diff options
Diffstat (limited to 'motto/public/style.css')
-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; |