Make top bar sticky

This commit is contained in:
Adrian Gruntkowski 2025-02-14 00:11:29 +01:00
parent d624129180
commit 58507f59ef

View file

@ -299,10 +299,13 @@ button {
/* width: 270px; */
max-width: 1200px;
margin: var(--gap-1) auto 0 auto;
padding: 0 var(--gap-1);
}
#top-bar {
position: sticky;
top: -1px;
padding-bottom: 0.4em;
background: var(--background);
display: flex;
flex-direction: row-reverse;
gap: var(--gap-1);