From bde658d2acee599c500cbceef8261e6b5b6ac14d Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 07:00:34 +0300 Subject: [PATCH] style/canvas: reposition the floating buttons --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 43b33e0c1..bddccd4c9 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -25,6 +25,10 @@ } +:root .type-canvas { + --floating-buttons-vert-offset: 48px; +} + .excalidraw .Island:not(.App-menu__left), .excalidraw .zoom-actions, .undo-redo-buttons {