aboutsummaryrefslogtreecommitdiff
path: root/motto/public/style.css
diff options
context:
space:
mode:
authorMarvin Borner2020-09-18 18:08:52 +0200
committerMarvin Borner2020-09-18 18:08:52 +0200
commitdef13b9b23c7e58526631513d1b5d2f590b8df9f (patch)
tree3ff4c2a57a685532065ebd79033c6aba6c423166 /motto/public/style.css
parent2f1e758a1be57083bc96b876469f07c5cb419350 (diff)
parenta4bf262b12d61f3d0057cbf68d54f9aa18153912 (diff)
Merge ig
Diffstat (limited to 'motto/public/style.css')
-rw-r--r--motto/public/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/motto/public/style.css b/motto/public/style.css
index d9b1e02..143f2db 100644
--- a/motto/public/style.css
+++ b/motto/public/style.css
@@ -67,7 +67,8 @@ body {
z-index: 100000;
width: 100vw;
height: 100vh;
- overflow: scroll;
+ overflow-y: scroll;
+ overflow-x: hidden;
padding-top: 20px;
text-align: center;
transition: all 0.3s ease-in-out;