Make WI entry drag handle not selectable

This commit is contained in:
Wolfsblvt 2024-08-05 03:29:29 +02:00
parent 34767e5ce3
commit 7c764264f4
1 changed files with 2 additions and 0 deletions

View File

@ -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 {