FIX: Fix vertical scrolling in modals

Partially reverts 57af43b
This commit is contained in:
David Taylor 2018-11-09 14:35:29 +00:00
parent cf0acad1e4
commit 9ddd40df13
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@
.modal-body { .modal-body {
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
overflow-y: auto;
max-height: 400px; max-height: 400px;
&.full-height-modal { &.full-height-modal {
max-height: calc(100vh - 150px); max-height: calc(100vh - 150px);