diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 6eaa5f61c..5a132fa82 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2178,6 +2178,11 @@ body.zen .note-split .ribbon-container .classic-toolbar-widget { background: var(--menu-background-color); } +body.zen .note-split .ribbon-container .classic-toolbar-widget:not(:has(> .ck-toolbar)) { + /* Hide the toolbar wrapper if the toolbar is missing */ + display: none; +} + body.zen .note-split:focus-within .ribbon-container .classic-toolbar-widget { pointer-events: all; }