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;