aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-19 11:46:30 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-19 11:46:30 +0100
commitab9ae1829e51e463d644ff369ebc3434f2f42c81 (patch)
tree639b4dc0c0d519fbd2bf99c869b00bce1ccfb5cf /src/styles
parentmerge-in webview unmounting fix (diff)
parentMerge pull request #1338 from meetfranz/chore/app-feature-helpers (diff)
downloadferdium-app-ab9ae1829e51e463d644ff369ebc3434f2f42c81.tar.gz
ferdium-app-ab9ae1829e51e463d644ff369ebc3434f2f42c81.tar.zst
ferdium-app-ab9ae1829e51e463d644ff369ebc3434f2f42c81.zip
fix conflicts with latest develop
Diffstat (limited to 'src/styles')
-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