From 049ad400610e3723a86c29d177fae7f24cdd5dbc Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 29 Jan 2019 10:19:16 -0600 Subject: [PATCH] Tweak auth overflow on Windows and Linux --- res/css/views/auth/_AuthPage.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/css/views/auth/_AuthPage.scss b/res/css/views/auth/_AuthPage.scss index cf509248fd..64b69c750f 100644 --- a/res/css/views/auth/_AuthPage.scss +++ b/res/css/views/auth/_AuthPage.scss @@ -16,10 +16,9 @@ limitations under the License. .mx_AuthPage { width: 100%; - height: 100%; + min-height: 100%; display: flex; flex-direction: column; - overflow: auto; background-color: $authpage-bg-color; }