From 5a2b622f067e315c106ac882bde25f92e2f4d680 Mon Sep 17 00:00:00 2001 From: Simon Giesel Date: Tue, 10 Oct 2017 08:23:23 +0000 Subject: [PATCH] Add pointer-events: none --- css/clock.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/clock.css b/css/clock.css index 6312908..076fe1d 100644 --- a/css/clock.css +++ b/css/clock.css @@ -31,6 +31,7 @@ body, html { animation-name: show; animation-duration: 3s; animation-fill-mode: forwards; + pointer-events: none; } #date {