aboutsummaryrefslogtreecommitdiff
path: root/motto
diff options
context:
space:
mode:
authorMarvin Borner2020-10-10 11:14:10 +0200
committerMarvin Borner2020-10-10 11:14:10 +0200
commitf91f414f3ecac85c2b3a44193fadda3d79cd600c (patch)
treeff8910b52088a35502898ffa56c7d06333a4013c /motto
parent68b06d4cdd24607cee4f016425c4380aea6d556d (diff)
Frontend improvements
Diffstat (limited to 'motto')
-rw-r--r--motto/public/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/motto/public/style.css b/motto/public/style.css
index 22532da..92fd0e3 100644
--- a/motto/public/style.css
+++ b/motto/public/style.css
@@ -67,7 +67,7 @@ body {
z-index: 100000;
width: 100vw;
height: 100vh;
- overflow-y: scroll;
+ overflow-y: auto;
overflow-x: hidden;
padding-top: 20px;
text-align: center;