Commit f15ea423 authored by Mike Greiling's avatar Mike Greiling

set overflow:visible to prevent dropdowns from getting cut off

parent d27db3ea
......@@ -56,7 +56,7 @@
&.expanded {
max-height: none;
overflow-y: hidden;
overflow-y: visible;
animation: expandMaxHeight 300ms ease-in;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment