aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/auth.scss
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-14 15:18:50 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-14 15:18:50 +0100
commit87acf96d42cc18bfe3b2ab8c86842d565eaec712 (patch)
tree9c24a119c46f630eb036758c2ed7f2caf7015c09 /src/styles/auth.scss
parentMerge pull request #1329 from meetfranz/fix/windows-copy-paste (diff)
downloadferdium-app-87acf96d42cc18bfe3b2ab8c86842d565eaec712.tar.gz
ferdium-app-87acf96d42cc18bfe3b2ab8c86842d565eaec712.tar.zst
ferdium-app-87acf96d42cc18bfe3b2ab8c86842d565eaec712.zip
fixes unnecessary scrollbars issue on signup form
Diffstat (limited to 'src/styles/auth.scss')
-rw-r--r--src/styles/auth.scss2
1 files changed, 1 insertions, 1 deletions
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 @@
107 &__scroll-container { 107 &__scroll-container {
108 max-height: 100vh; 108 max-height: 100vh;
109 padding: 80px 0; 109 padding: 80px 0;
110 overflow: scroll; 110 overflow: auto;
111 width: 100%; 111 width: 100%;
112 } 112 }
113 113