deactivate some buttons based on note type

This commit is contained in:
zadam
2021-10-21 21:28:44 +02:00
parent 51dfe8bb14
commit ee1b377bc2
2 changed files with 9 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ const TPL = `<div class="note-map-widget" style="position: relative;">
top: 10px;
right: 10px;
background-color: var(--accented-background-color);
z-index: 1000;
z-index: 10; /* should be below dropdown (note actions) */
}
.map-type-switcher .bx {