From 377aee01cc4854d28e3fbc38de9a884969891efc Mon Sep 17 00:00:00 2001 From: Shaun Ford Date: Wed, 25 Sep 2019 14:43:02 -0700 Subject: [PATCH] fix scroll when modal doesn't fit in window (#208) --- dashboard/app/components/App/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/components/App/App.scss b/dashboard/app/components/App/App.scss index 920189760..c2d89ee9a 100644 --- a/dashboard/app/components/App/App.scss +++ b/dashboard/app/components/App/App.scss @@ -2,11 +2,11 @@ html, body { height: 100%; - overflow-y: hidden; } #main-wrapper { height: 100%; + overflow-y: hidden; } #content-wrapper {