changed nav position from fixed to sticky so it doesn't overlap with first header

This commit is contained in:
asus
2023-12-20 10:44:34 +01:00
parent b99a47985b
commit 1315132b9d

View File

@@ -3,7 +3,7 @@ nav {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
position: fixed; position: sticky;
top: 0; top: 0;
background-color: #f6f6f6; background-color: #f6f6f6;
z-index: 1; z-index: 1;