styles: dropdown should be on top of resizer
This commit is contained in:
@@ -347,7 +347,7 @@ export class NotesState {
|
||||
this.showProtectedWarning = show;
|
||||
}
|
||||
|
||||
async emptyTrash() {
|
||||
async emptyTrash(): Promise<void> {
|
||||
if (
|
||||
await confirmDialog({
|
||||
text: StringEmptyTrash(this.trashedNotesCount),
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user