fixed navbar :)

This commit is contained in:
Kibi Kelburton 2022-05-19 15:31:30 +02:00
parent 8bee86c002
commit e5b9bdb721

View File

@ -1173,7 +1173,9 @@ div.posts > a:hover::after {
} }
.navbar { .navbar {
position: sticky; /* lieber gegen fixed austauschen :) */
/* position: sticky; */
position: fixed;
top: 0; top: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;