mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix a
elements selection
This commit is contained in:
parent
19d2fe6689
commit
847700bb9b
@ -46,7 +46,7 @@ html {
|
||||
font-family: var(--fontFamily);
|
||||
}
|
||||
|
||||
*:not(input):not(textarea) {
|
||||
*:not(input):not(textarea):not(a) {
|
||||
-webkit-user-select: none;
|
||||
/* disable selection/Copy of UIWebView */
|
||||
-webkit-touch-callout: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user