Skip to content
Snippets Groups Projects
Commit 51b2613a authored by alexisben's avatar alexisben
Browse files

handle small desktop height and long menu dropdown

parent 87aea262
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ header#document-header
html.has-menu-opened &
nav
padding-bottom: 0
// TODO : Est-ce au bon endroit ?
body
&::after
......
......@@ -53,6 +53,8 @@
@include media-breakpoint-up(desktop)
padding: $spacing1
position: absolute
max-height: calc(100vh - var(--header-height))
overflow: auto
a
color: $header-dropdown-color
&:hover,
......
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