diff --git a/packages/app/src/theme/index.less b/packages/app/src/theme/index.less index de39e472..c5e01310 100755 --- a/packages/app/src/theme/index.less +++ b/packages/app/src/theme/index.less @@ -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;