mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 13:38:22 +01:00
Fix dropdowns vertical scrollbar
This commit is contained in:
parent
43548bb715
commit
00ff3542a6
@ -33,7 +33,7 @@
|
||||
margin-top: 3px;
|
||||
background-color: var(--color-base-900);
|
||||
box-shadow: $box-shadow-md;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.dropdown-list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user