"fixed" navbar (in the sense of mounting, not repairing)

master
Jakob 2020-02-26 21:52:11 +01:00
parent be581b6cd2
commit 90907bdeec
1 changed files with 4 additions and 0 deletions

View File

@ -249,6 +249,10 @@ ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
width: 100%;
overflow: hidden;
background-color: #001858;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);