0.11.15 The floating window is blocking my search box
jiajiala opened this issue · 1 comments
jiajiala commented
pjeby commented
Well, that's a side effect of changing hover editor to fix your problem with ordering of hover editors. If you want the floating search to be above all your hover editors, you'll need to use CSS to set its z-index higher than that of the hover editors. I believe 42 should be high enough to float above everything except the active hover editor and anything you're currently hovering.
Unfortunately, Obsidian does not provide any built-in features for plugins to co-operate about this sort of thing. Also, there is nothing that Hover Editor can do to avoid this except to use a lower z-index... but then you would have the other problem back again.