notes: don't show note bodies while dragging.
Bug: if you moused over another note while dragging a note, it would trigger a note body popup. This would also happen when drawing out a new note. Also fix the drag box for new notes being drawn behind other notes.
This commit is contained in:
@@ -160,7 +160,7 @@ div#note-preview {
|
||||
opacity: 0.6;
|
||||
display: none;
|
||||
background: var(--note-preview-background);
|
||||
z-index: 100;
|
||||
z-index: 250;
|
||||
}
|
||||
|
||||
div.note-edit-dialog {
|
||||
|
||||
Reference in New Issue
Block a user