aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-23 01:10:12 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-23 01:10:12 +0100
commit84e4b164aa795db5b85e313f44c55ff3a2fca170 (patch)
treef66b4a8b1f3405e7ee87b0acd65215832583c496 /static/style.css
parentMinor cleanup. (diff)
downloadcalp-84e4b164aa795db5b85e313f44c55ff3a2fca170.tar.gz
calp-84e4b164aa795db5b85e313f44c55ff3a2fca170.tar.xz
Remove scroll-snap.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
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 */