From f18a0373d878541d35ba90c8adae33fd22c9fdcb Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 19 Jul 2016 15:20:21 -0400 Subject: [PATCH] (css) Fix overflow of login page --- UI/WebServerResources/scss/views/LoginUI.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/scss/views/LoginUI.scss b/UI/WebServerResources/scss/views/LoginUI.scss index b29f42f06..6c24b58e4 100644 --- a/UI/WebServerResources/scss/views/LoginUI.scss +++ b/UI/WebServerResources/scss/views/LoginUI.scss @@ -6,6 +6,7 @@ $sg-login-width: grid-step(5); md-content { // Keep content centered margin: auto; + overflow: hidden; .sg-logo img { width: grid-step(5);