From b68ba6110587553fe8e71d31c0affe17fbbdc7e0 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 21 Aug 2018 16:44:59 -0700 Subject: [PATCH] Fix bug where scrolling wasn't using the document Instead it was using the page-layout is-right div --- ui/app/styles/components/page-layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/styles/components/page-layout.scss b/ui/app/styles/components/page-layout.scss index 294f041ff..26bcf732e 100644 --- a/ui/app/styles/components/page-layout.scss +++ b/ui/app/styles/components/page-layout.scss @@ -1,5 +1,5 @@ .page-layout { - height: 100%; + min-height: 100%; display: flex; flex-direction: column;