Don't show the overflow if we ain't above max-height

This commit is contained in:
Alexandre Aubin 2019-10-23 20:18:56 +02:00
parent d6477bfdc4
commit 485b54b514

View file

@ -685,7 +685,7 @@ input[type='radio'].nice-radio {
} }
.dropdown-menu { .dropdown-menu {
max-height: 200px; max-height: 200px;
overflow-y: scroll; overflow-y: auto;
} }
.label-removable { .label-removable {
display:inline-block; display:inline-block;