From 87acf96d42cc18bfe3b2ab8c86842d565eaec712 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Thu, 14 Mar 2019 15:18:50 +0100 Subject: fixes unnecessary scrollbars issue on signup form --- src/styles/auth.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/auth.scss') diff --git a/src/styles/auth.scss b/src/styles/auth.scss index 817801982..0a075036a 100644 --- a/src/styles/auth.scss +++ b/src/styles/auth.scss @@ -107,7 +107,7 @@ &__scroll-container { max-height: 100vh; padding: 80px 0; - overflow: scroll; + overflow: auto; width: 100%; } -- cgit v1.2.3-54-g00ecf