Add pointer-events: none

This commit is contained in:
Simon Giesel 2017-10-10 08:23:23 +00:00
parent b519792acd
commit 5a2b622f06

View file

@ -31,6 +31,7 @@ body, html {
animation-name: show; animation-name: show;
animation-duration: 3s; animation-duration: 3s;
animation-fill-mode: forwards; animation-fill-mode: forwards;
pointer-events: none;
} }
#date { #date {