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:
evazion
2020-07-29 20:08:49 -05:00
parent 2d002b3d5f
commit 1c6451b4c7
2 changed files with 10 additions and 2 deletions

View File

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