Merge pull request 'fixed navbar :)' (#47) from dev into master

Reviewed-on: #47
This commit is contained in:
Kibi Kelburton 2022-05-19 15:31:54 +02:00
commit 08698ee886

View File

@ -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%;