mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix hamburger icon in canvas, #3780
This commit is contained in:
parent
eff567ee48
commit
c4a2ff5fa1
@ -12,6 +12,14 @@ const TPL = `
|
|||||||
.excalidraw .App-menu_top .buttonList {
|
.excalidraw .App-menu_top .buttonList {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Conflict between excalidraw and bootstrap classes keeps the menu hidden */
|
||||||
|
/* https://github.com/zadam/trilium/issues/3780 */
|
||||||
|
/* https://github.com/excalidraw/excalidraw/issues/6567 */
|
||||||
|
.excalidraw .dropdown-menu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.excalidraw-wrapper {
|
.excalidraw-wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user