Disable text selection

This commit is contained in:
Simon Giesel 2017-10-05 20:39:01 +02:00
parent 7ab487a831
commit b519792acd

View file

@ -13,6 +13,7 @@
body, html {
height: 100vh;
width: 100vw;
user-select: none;
}
.clock {