From 71b20eb61af177dfc222ce43557ac7dfa094acde Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sat, 23 Jul 2022 15:10:54 -0500 Subject: [PATCH] Tweak visually hidden style --- web/components/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/components/page.tsx b/web/components/page.tsx index 40cbf7f7..1913eb7a 100644 --- a/web/components/page.tsx +++ b/web/components/page.tsx @@ -62,4 +62,6 @@ const visuallyHiddenStyle = { position: 'absolute', width: 1, whiteSpace: 'nowrap', + userSelect: 'none', + visibility: 'hidden', } as const