Skip to content

Commit f8ccd48

Browse files
Merge pull request #1812 from GuillaumeGomez/fix-navbar-sub-items-pos
Fix position of navbar sub menu items
2 parents c5109c4 + c8e2696 commit f8ccd48

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)