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