fixed navbar :)
This commit is contained in:
parent
8bee86c002
commit
e5b9bdb721
|
@ -1173,7 +1173,9 @@ div.posts > a:hover::after {
|
|||
}
|
||||
|
||||
.navbar {
|
||||
position: sticky;
|
||||
/* lieber gegen fixed austauschen :) */
|
||||
/* position: sticky; */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user