From 699bae67203e0974720c86f7e11c906d14edc2bc Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Tue, 17 Jun 2025 20:27:11 -0500 Subject: [PATCH] You basically should never be copying from this anyway --- src/app/components/virtualizer/style.css.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/virtualizer/style.css.ts b/src/app/components/virtualizer/style.css.ts index 1be1fac6..c93636a8 100644 --- a/src/app/components/virtualizer/style.css.ts +++ b/src/app/components/virtualizer/style.css.ts @@ -5,6 +5,8 @@ export const VirtualTile = style([ DefaultReset, { WebkitUserSelect: 'none', + MozUserSelect: 'none', + userSelect: 'none', position: 'absolute', width: '100%', left: 0,