mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-11 22:00:59 +00:00
feat: sticky 优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user