aboutsummaryrefslogtreecommitdiff
path: root/motto
diff options
context:
space:
mode:
authorLarsVomMars2020-10-10 11:41:06 +0200
committerLarsVomMars2020-10-10 11:41:06 +0200
commit7a4ade2036140203cee39cc7622f835114862515 (patch)
treee0cef3a1d21c81f58cbdd42ef50afb1f38929d4f /motto
parentba16ce3b92379c31afd060fa5b7c1e3a37aac995 (diff)
parentad2d5dd284dc733a5fbd2a9f60c30fa1b7a0da73 (diff)
Merge branch 'master' of github.com:marvinborner/abizeugs into master
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;