From 84e4b164aa795db5b85e313f44c55ff3a2fca170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 23 Mar 2020 01:10:12 +0100 Subject: Remove scroll-snap. --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 70e2ade7..7830c48c 100644 --- a/static/style.css +++ b/static/style.css @@ -220,7 +220,7 @@ html, body { height: 100%; padding: 0; overflow-x: scroll; - scroll-snap-type: x mandatory; + /* scroll-snap-type: x mandatory; */ } .events { @@ -230,7 +230,7 @@ html, body { /* flex-grow: 1; */ /* since day container no longer exists */ border: 1px solid gray; - scroll-snap-align: start; + /* scroll-snap-align: start; */ } /* Clockbar is also .events */ -- cgit v1.2.3