fix a elements selection

This commit is contained in:
SrGooglo 2022-12-09 09:17:13 +00:00
parent 637c9a95a7
commit 795a1e94f0

View File

@ -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;