Merge pull request 'fixed navbar :)' (#47) from dev into master
Reviewed-on: #47
This commit is contained in:
commit
08698ee886
|
@ -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