don't allow rando text selection

This commit is contained in:
Paul Miller
2024-04-02 14:08:42 -05:00
committed by benthecarman
parent c446b86622
commit e463d93ed3

View File

@@ -4,6 +4,7 @@
* {
touch-action: manipulation;
user-select: none;
}
html {