mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 16:08:58 +01:00
style/zen mode/fixed formatting toolbar: improve pointer events handling
This commit is contained in:
parent
8e83562e6a
commit
c141cbcf07
@ -2123,6 +2123,7 @@ body.zen .note-split .ribbon-container {
|
||||
bottom: 20px;
|
||||
width: 100%;
|
||||
z-index: 100000;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
body.zen .note-split .ribbon-container .ribbon-body {
|
||||
@ -2137,6 +2138,7 @@ body.zen .note-split .ribbon-container .classic-toolbar-widget {
|
||||
border: 1px solid var(--main-border-color);
|
||||
padding: 4px;
|
||||
background: var(--menu-background-color);
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
/* Content renderer */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user