hotfix for bailey not scrolling (might reintroduce a double scrollbar), fixes #10461

This commit is contained in:
Matteo Pagliazzi
2018-06-27 18:59:28 +02:00
parent 34fb90455c
commit fb95d001ab

View File

@@ -106,7 +106,7 @@ div
/* @TODO: The modal-open class is not being removed. Let's try this for now */
.modal, .modal-open {
overflow-y: scroll;
overflow-y: scroll !important;
}
.modal-backdrop.show {