fix(modals): remove unnecessary scrollbar (#12416)

Fixes #9863
This commit is contained in:
Sabe Jones
2020-07-30 15:01:18 -05:00
committed by GitHub
parent e9bb171e04
commit 8003632041

View File

@@ -218,11 +218,6 @@
opacity: 0.48;
}
/* @TODO: The modal-open class is not being removed. Let's try this for now */
.modal {
overflow-y: scroll !important;
}
.modal-backdrop {
opacity: .9 !important;
background-color: $purple-100 !important;