feat: 搜索层级调整

This commit is contained in:
Tim
2025-07-29 19:41:32 +08:00
parent 3dbeb25a09
commit 89241ced04
3 changed files with 7 additions and 4 deletions

View File

@@ -438,8 +438,7 @@ export default {
.topic-container {
position: sticky;
top: 0;
z-index: 10;
z-index: 1000;
background-color: var(--background-color);
display: flex;
flex-direction: row;
@@ -719,6 +718,10 @@ export default {
font-size: 10px;
opacity: 0.5;
}
.topic-container {
position: static;
}
}
</style>