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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;