more fixes

This commit is contained in:
Henry Jameson 2022-04-10 18:44:22 +03:00
parent a035fa4e6c
commit 7426417a52
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
&.-sticky {
position: sticky;
top: 0;
top: var(--navbar-height);
z-index: 2;
}