Skip to content

Commit bdd0f3d

Browse files
committed
feat: navigation
1 parent 752b8f0 commit bdd0f3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/fiptheme/assets/sass/navigation.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
z-index: 2;
154154
background-color: white;
155155
padding: 0 1rem;
156+
overflow-y: scroll;
156157

157158
ul,
158159
menu {
@@ -174,4 +175,8 @@
174175
margin-bottom: 0;
175176
}
176177
}
178+
}
179+
180+
body:has(.o-header__nav--open) {
181+
overflow: hidden;
177182
}

0 commit comments

Comments
 (0)