forked from AkkomaGang/akkoma-fe
more fixes
This commit is contained in:
parent
a035fa4e6c
commit
7426417a52
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
|
||||
&.-sticky {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: var(--navbar-height);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue