From 9128a61051e2c545bb95374f8877a7111b4d924d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 20 Jul 2018 11:32:44 -0400 Subject: [PATCH] fix community spacing at the bottom of the page --- src/renderer/scss/_gui.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/scss/_gui.scss b/src/renderer/scss/_gui.scss index 582448d59..8ea4b0907 100644 --- a/src/renderer/scss/_gui.scss +++ b/src/renderer/scss/_gui.scss @@ -184,6 +184,7 @@ p { .main { padding: $spacing-width $spacing-width; margin: auto; + overflow: hidden; } .main--contained {