Skip to content

Commit 69b8de4

Browse files
committed
Navbar pos fixed
1 parent 876f17f commit 69b8de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ nav {
123123
justify-content: space-between;
124124
font-size: $nav-fontsize;
125125
height: $nav-height;
126-
position: absolute;
126+
position: fixed;
127127
top: 0;
128128
left: 0;
129129
right: 0;

0 commit comments

Comments
 (0)