Skip to content
Snippets Groups Projects
Commit f15ea423 authored by Mike Greiling's avatar Mike Greiling
Browse files

set overflow:visible to prevent dropdowns from getting cut off

parent d27db3ea
No related branches found
No related tags found
No related merge requests found
Loading
@@ -56,7 +56,7 @@
Loading
@@ -56,7 +56,7 @@
   
&.expanded { &.expanded {
max-height: none; max-height: none;
overflow-y: hidden; overflow-y: visible;
animation: expandMaxHeight 300ms ease-in; animation: expandMaxHeight 300ms ease-in;
} }
   
Loading
Loading
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