From 7c764264f4de6f0ae2d6ceaec5e0a6bc7f181a42 Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Mon, 5 Aug 2024 03:29:29 +0200 Subject: [PATCH] Make WI entry drag handle not selectable --- public/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/style.css b/public/style.css index 2e828234d..9ad5f098a 100644 --- a/public/style.css +++ b/public/style.css @@ -3429,6 +3429,8 @@ grammarly-extension { .drag-handle { cursor: grab; + /* Make the drag handle not selectable in most browsers */ + user-select: none; } #form_rename_chat {