From fb95d001abbc2090c78db97e06ccc60e3b5adfa7 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 27 Jun 2018 18:59:28 +0200 Subject: [PATCH] hotfix for bailey not scrolling (might reintroduce a double scrollbar), fixes #10461 --- website/client/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {