mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix a
elements selection
This commit is contained in:
parent
637c9a95a7
commit
795a1e94f0
@ -46,7 +46,7 @@ html {
|
|||||||
font-family: var(--fontFamily);
|
font-family: var(--fontFamily);
|
||||||
}
|
}
|
||||||
|
|
||||||
*:not(input):not(textarea) {
|
*:not(input):not(textarea):not(a) {
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
/* disable selection/Copy of UIWebView */
|
/* disable selection/Copy of UIWebView */
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user