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
@@ -632,7 +632,7 @@ export default {
.message-page-header {
position: sticky;
top: 1px;
top: calc(var(--header-height) + 1px);
z-index: 200;
background-color: var(--background-color-blur);
display: flex;