fix hamburger icon in canvas, #3780

This commit is contained in:
zadam 2023-05-07 12:09:38 +02:00
parent eff567ee48
commit c4a2ff5fa1

View file

@ -12,6 +12,14 @@ const TPL = `
.excalidraw .App-menu_top .buttonList {
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 {
height: 100%;