Skip to content

Commit 240cc1a

Browse files
committed
minor css improvments
1 parent 2fb8144 commit 240cc1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/A11y.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export const A11y: React.FC<Props> = ({
6161
transform: 'translateX(-50%) translateY(-50%)',
6262
display: 'inline-block',
6363
userSelect: 'none' as const,
64+
WebkitUserSelect: 'none' as const,
65+
WebkitTouchCallout: 'none' as const,
6466
margin: 0,
6567
},
6668
a11yElStyle

0 commit comments

Comments
 (0)