mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 23:13:43 +08:00
right click on electron in editor will show both context menu and balloon toolbar, make z-index of context menu higher, #1281
This commit is contained in:
parent
03e4c49f89
commit
4a470ff9e5
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ body {
|
|||
|
||||
#context-menu-container, #context-menu-container .dropdown-menu {
|
||||
padding: 3px 0 0;
|
||||
z-index: 1000;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
#context-menu-container .dropdown-item {
|
||||
|
|
Loading…
Reference in a new issue