Skip to content

Commit c8e2696

Browse files
Fix position of navbar sub menu items
1 parent c5109c4 commit c8e2696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/style/_navbar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ div.nav-container {
149149
border-radius: 0 0 2px 2px;
150150
background-color: var(--color-background);
151151

152+
top: calc(#{$top-navbar-height} - 1px);
152153
left: 0;
153154
position: fixed;
154155
transform: translateX(m#{a}x(0%, var(--clamped-offset)));

0 commit comments

Comments
 (0)