mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix hamburger icon in canvas, #3780
This commit is contained in:
parent
eff567ee48
commit
c4a2ff5fa1
@ -13,6 +13,14 @@ const TPL = `
|
|||||||
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