FIX: Some select-kit dropdowns were cut-off by hidden overflow in modals

This commit is contained in:
Kris 2020-02-17 11:51:26 -05:00
parent 17aed8d84b
commit 0c94e7b089
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@
}
.modal-body {
position: relative;
box-sizing: border-box;
width: 100%;
overflow-y: auto;