Commit ad8c22de authored by Florie Guibert's avatar Florie Guibert Committed by Simon Knox

Fix double scrollbar in some dropdowns

Changelog: fixed
parent 7909fd7d
......@@ -30,7 +30,9 @@
.dropdown-menu {
@include set-visible;
min-height: $dropdown-min-height;
max-height: $dropdown-max-height;
// Prevents double scrollbar on dropdowns that also
// have max-height set on an inner scrollable element
max-height: $dropdown-max-height-lg;
overflow-y: auto;
&.dropdown-extended-height {
......
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