Skip to content
Snippets Groups Projects
Commit 7b4204a6 authored by alexisben's avatar alexisben
Browse files

fix menu scroll

parent 66016721
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ body ...@@ -62,7 +62,7 @@ body
z-index: $zindex-body-overlay z-index: $zindex-body-overlay
html.has-menu-opened &, html.has-menu-opened &,
html.has-modal-opened & html.has-modal-opened &,
html.has-offcanvas-opened & html.has-offcanvas-opened &
overflow: hidden overflow: hidden
height: 100% height: 100%
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
padding: $spacing1 padding: $spacing1
position: absolute position: absolute
max-height: calc(100vh - var(--header-height)) max-height: calc(100vh - var(--header-height))
max-height: calc(-webkit-fill-available - var(--header-height))
overflow: auto overflow: auto
a a
color: $header-dropdown-color color: $header-dropdown-color
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment