feat: sticky 优化

This commit is contained in:
Tim
2025-08-06 17:23:19 +08:00
parent 597bc09c57
commit f5a3206f36
6 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ export default {
.topic-container {
position: sticky;
top: 1px;
top: calc(var(--header-height) + 1px);
z-index: 10;
background-color: var(--background-color-blur);
display: flex;