From c141cbcf078ab299c766c25eac7ff61b47994cfb Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 2 Nov 2025 19:08:59 +0200 Subject: [PATCH] style/zen mode/fixed formatting toolbar: improve pointer events handling --- apps/client/src/stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index e7ca280e6..8ee8a62f4 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2123,6 +2123,7 @@ body.zen .note-split .ribbon-container { bottom: 20px; width: 100%; z-index: 100000; + pointer-events: none; } body.zen .note-split .ribbon-container .ribbon-body { @@ -2137,6 +2138,7 @@ body.zen .note-split .ribbon-container .classic-toolbar-widget { border: 1px solid var(--main-border-color); padding: 4px; background: var(--menu-background-color); + pointer-events: all; } /* Content renderer */