From a583369658a03d96fb4d0aa91314c3c14cffffd5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Dec 2025 23:56:31 +0200 Subject: [PATCH] fix(zen): formatting toolbar disappearing due to specificity --- apps/client/src/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 3b1e76941..b38c3fb12 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2182,7 +2182,7 @@ body.zen.experimental-feature-new-layout { display: none; } - #rest-pane > div.classic-toolbar-widget { + .classic-toolbar-widget { position: fixed; left: 50%; bottom: 20px; @@ -2195,7 +2195,7 @@ body.zen.experimental-feature-new-layout { border-radius: 8px; border: 1px solid var(--main-border-color); padding: 4px; - background: var(--menu-background-color); + background: var(--menu-background-color) !important; transform: translateX(-50%); backdrop-filter: blur(6px); }