diff --git a/website/client/app.vue b/website/client/app.vue index 2c747c5f5f..462f661a73 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -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 {