Merge pull request #39 from TheDokT0r/Disable-user-select

Disabled User Select
main
Lunakepio 2024-03-05 10:15:54 +01:00 committed by GitHub
commit c0895c0c84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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