Skip to content
Snippets Groups Projects
Commit 7f65a66e authored by shamalainen's avatar shamalainen
Browse files

Make sure overflow fix works with toolbar

parent 407fcaf5
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,10 @@
&--overflow {
overflow-y: scroll;
max-height: calc(100vh - 115px);
&.hy-desktop-menu-panel--is-active--has-toolbar {
max-height: calc(100vh - 195px);
}
}
&--is-active {
......
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