From d9c73476b57947133a11355917dbc421525f01b2 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 3 Jan 2022 15:44:44 +0000 Subject: [PATCH] . --- css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/main.css b/css/main.css index b9faa59..c382000 100644 --- a/css/main.css +++ b/css/main.css @@ -1190,4 +1190,6 @@ select option:disabled { input { user-select: text; + -moz-user-select: text; + -webkit-user-select: text; } \ No newline at end of file