mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
fix add link + note type chooser combo
This commit is contained in:
@@ -4,6 +4,11 @@ import BasicWidget from "../basic_widget.js";
|
||||
const TPL = `
|
||||
<div class="note-type-chooser-dialog modal mx-auto" tabindex="-1" role="dialog">
|
||||
<style>
|
||||
.note-type-chooser-dialog {
|
||||
/* note type chooser needs to be higher than other dialogs from which it is triggered, e.g. "add link"*/
|
||||
z-index: 1100 !important;
|
||||
}
|
||||
|
||||
.note-type-dropdown {
|
||||
position: relative;
|
||||
font-size: large;
|
||||
|
||||
Reference in New Issue
Block a user