From 4302515813d830ba272f8428dea9a54565cde7c3 Mon Sep 17 00:00:00 2001 From: FrenchBen Date: Fri, 9 Oct 2015 15:53:39 -0400 Subject: [PATCH] Enabled scrolling on new container Signed-off-by: FrenchBen --- styles/new-container.less | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/new-container.less b/styles/new-container.less index 396a7f646d..c4f6d90721 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -31,6 +31,7 @@ display: flex; flex: 1 auto; flex-direction: column; + overflow: auto; .spinner { display: inline-block;