Make WI entry drag handle not selectable
This commit is contained in:
parent
34767e5ce3
commit
7c764264f4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue