diff options
author | Marvin Borner | 2020-10-10 11:14:10 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 11:14:10 +0200 |
commit | f91f414f3ecac85c2b3a44193fadda3d79cd600c (patch) | |
tree | ff8910b52088a35502898ffa56c7d06333a4013c /motto/public | |
parent | 68b06d4cdd24607cee4f016425c4380aea6d556d (diff) |
Frontend improvements
Diffstat (limited to 'motto/public')
-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; |