Disable text selection
This commit is contained in:
parent
7ab487a831
commit
b519792acd
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
body, html {
|
body, html {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
|
|
Loading…
Reference in a new issue