From 7a7aecfb3b9ba4bb7d4cd7affa214981b9b552bc Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Sat, 27 Jun 2020 13:06:15 +0200 Subject: [PATCH] fix: incorrect modal height on chromium --- app/assets/stylesheets/_modals.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/_modals.scss b/app/assets/stylesheets/_modals.scss index 90691c4f9..cb29d8caf 100644 --- a/app/assets/stylesheets/_modals.scss +++ b/app/assets/stylesheets/_modals.scss @@ -79,6 +79,7 @@ display: flex; align-items: center; justify-content: center; + flex-direction: column; .sn-component { height: 100%;