FIX: Some select-kit dropdowns were cut-off by hidden overflow in modals
This commit is contained in:
parent
17aed8d84b
commit
0c94e7b089
|
@ -191,6 +191,7 @@
|
|||
}
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Reference in New Issue