mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
Feat/moveable plugin UI container (#3045)
* improve(plugin): add container for main ui frame * feat(plugin): support draggable & resizable UI container for main ui * feat: support fork sub layout container * improve(plugin): add editor selection api * improve(plugin): click outside configure for float container * improve(plugin): api of journal for create-page * improve(plugin): api of open-in-right-sidebar * improve(plugin): add full screen api * improve(plugin): api of register-palette-command * improve(plugin): add apis
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
.ui__notifications {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
z-index: var(--ls-z-index-level-4);
|
||||
width: 100%;
|
||||
top: 3.2em;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user