diff options
author | LarsVomMars | 2020-10-10 11:41:06 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-10 11:41:06 +0200 |
commit | 7a4ade2036140203cee39cc7622f835114862515 (patch) | |
tree | e0cef3a1d21c81f58cbdd42ef50afb1f38929d4f /motto | |
parent | ba16ce3b92379c31afd060fa5b7c1e3a37aac995 (diff) | |
parent | ad2d5dd284dc733a5fbd2a9f60c30fa1b7a0da73 (diff) |
Merge branch 'master' of github.com:marvinborner/abizeugs into master
Diffstat (limited to 'motto')
-rw-r--r-- | motto/public/style.css | 2 |
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; |