From bb494e7054d0c617013e9a73b134be6eaff5e673 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 24 Oct 2019 18:39:52 +0200 Subject: [PATCH] using display: block as default for the modal body --- shared/css/static/modal.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/css/static/modal.scss b/shared/css/static/modal.scss index 6e14e610..78f714c0 100644 --- a/shared/css/static/modal.scss +++ b/shared/css/static/modal.scss @@ -140,6 +140,8 @@ overflow-y: auto; overflow-x: auto; + + display: block; } } }