Make nav fixed again (#2288)

* Make nav fixed again

* Fix tabs spacing

---------

Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
This commit is contained in:
hfcRed 2025-05-20 17:46:04 +02:00 committed by GitHub
parent bf0446bd2e
commit 0047f4adb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -106,9 +106,7 @@
.org__calendar__container {
position: sticky;
/* TODO: uncomment when top nav is sticky again */
/* top: 47px; */
top: 0;
top: 47px;
}
}

View File

@ -525,9 +525,7 @@ abbr[title] {
.tab__buttons-container__sticky {
position: sticky;
/* TODO: uncomment when top nav is sticky again */
/* top: 47px; */
top: 0;
top: 47px;
z-index: 1;
background-color: var(--bg);
}

View File

@ -58,6 +58,9 @@
font-weight: bold;
padding-block: var(--s-2);
padding-inline: var(--s-4);
position: fixed;
top: 0;
z-index: 10;
}
.layout__avatar {
@ -152,6 +155,7 @@
.layout__main-container {
display: flex;
flex-direction: row;
padding-top: 80px;
}
.layout__main {