Tweak visually hidden style
This commit is contained in:
parent
7f42796724
commit
71b20eb61a
|
@ -62,4 +62,6 @@ const visuallyHiddenStyle = {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
width: 1,
|
width: 1,
|
||||||
whiteSpace: 'nowrap',
|
whiteSpace: 'nowrap',
|
||||||
|
userSelect: 'none',
|
||||||
|
visibility: 'hidden',
|
||||||
} as const
|
} as const
|
||||||
|
|
Loading…
Reference in New Issue
Block a user