From a4bf262b12d61f3d0057cbf68d54f9aa18153912 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 18 Sep 2020 17:04:05 +0200 Subject: Some fixes :) --- motto/public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'motto/public/style.css') 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; -- cgit v1.2.3