Tweak visually hidden style

This commit is contained in:
James Grugett 2022-07-23 15:10:54 -05:00
parent 7f42796724
commit 71b20eb61a

View File

@ -62,4 +62,6 @@ const visuallyHiddenStyle = {
position: 'absolute',
width: 1,
whiteSpace: 'nowrap',
userSelect: 'none',
visibility: 'hidden',
} as const