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 -3
View File
@@ -75,13 +75,11 @@ export default {
max-width: var(--page-max-width);
background-color: var(--background-color);
margin: 0 auto;
height: 100%;
overflow-y: auto;
}
.about-tabs {
position: sticky;
top: 1px;
top: calc(var(--header-height) + 1px);
z-index: 200;
background-color: var(--background-color-blur);
display: flex;