Skip to content

Commit 4ac42eb

Browse files
author
Felix Hennig
committed
more cleanup
1 parent 4c580b3 commit 4ac42eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
top: calc(var(--navbar-height) + var(--navbar-sub-height));
5353
box-shadow: none;
5454
position: sticky;
55-
height: calc(100vh - var(--navbar-sub-height) - var(--navbar-height));
55+
height: var(--nav-height--desktop);
5656
margin-top: var(--navbar-sub-height);
5757
}
5858
}

0 commit comments

Comments
 (0)