From 8003632041f0f62634be1f66b34bbd75ac3add1b Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 30 Jul 2020 15:01:18 -0500 Subject: [PATCH] fix(modals): remove unnecessary scrollbar (#12416) Fixes #9863 --- website/client/src/app.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/website/client/src/app.vue b/website/client/src/app.vue index 21d00e8c93..5f9a888b35 100644 --- a/website/client/src/app.vue +++ b/website/client/src/app.vue @@ -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;