styles: dropdown should be on top of resizer

This commit is contained in:
Antonella Sgarlatta
2021-05-17 12:50:09 -03:00
parent 68a0e1e5bc
commit 4fc2c58daf
2 changed files with 2 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ export class NotesState {
this.showProtectedWarning = show;
}
async emptyTrash() {
async emptyTrash(): Promise<void> {
if (
await confirmDialog({
text: StringEmptyTrash(this.trashedNotesCount),

View File

@@ -1,7 +1,7 @@
$z-index-editor-content: 10;
$z-index-editor-title-bar: 100;
$z-index-dropdown-menu: 100;
$z-index-dropdown-menu: 1002;
$z-index-resizer-overlay: 1000;
$z-index-panel-resizer: 1001;