dropdown tweaks
This commit is contained in:
parent
f65aadb055
commit
a397d2013d
2 changed files with 4 additions and 1 deletions
|
|
@ -52,6 +52,8 @@ select.form-control:not([multiple]):not([size]) {
|
|||
padding: 0;
|
||||
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);
|
||||
overflow: hidden;
|
||||
max-height: calc(100vh - 3rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.settings-dropdown .dropdown-item,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue