mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Don't show the overflow if we ain't above max-height
This commit is contained in:
parent
d6477bfdc4
commit
485b54b514
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue