From f91f414f3ecac85c2b3a44193fadda3d79cd600c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 10 Oct 2020 11:14:10 +0200 Subject: Frontend improvements --- motto/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'motto/public') 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; -- cgit v1.2.3