From c4a2ff5fa1b8cc53870caacc37978954b24ea81c Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 7 May 2023 12:09:38 +0200 Subject: [PATCH] fix hamburger icon in canvas, #3780 --- src/public/app/widgets/type_widgets/canvas.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/public/app/widgets/type_widgets/canvas.js b/src/public/app/widgets/type_widgets/canvas.js index dbe1eba2e..b4c92c4f0 100644 --- a/src/public/app/widgets/type_widgets/canvas.js +++ b/src/public/app/widgets/type_widgets/canvas.js @@ -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%;