Disable user select

Disabled the option to select text/image in the CSS in order to prevent unneeded text selection by the user
pull/39/head
Orche 2024-03-04 20:28:32 +02:00
parent ba5be77ae5
commit cd1d099392
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#root {
width: 100vw;
height: 100vh;
user-select: none;
}
* {