From 8e83562e6ac2750badc46aed574bf5db14d0f3b9 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 2 Nov 2025 18:37:02 +0200 Subject: [PATCH] style/zen mode/fixed formatting toolbar: fix backdrop blur --- apps/client/src/stylesheets/theme-next/shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index dc6aa9022..880e85f70 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -107,6 +107,7 @@ body.layout-vertical #horizontal-main-container.left-pane-hidden #launcher-pane. } body.zen .note-split .ribbon-container .classic-toolbar-widget { + position: relative; animation: zen-formatting-toolbar-entrance 300ms ease-out; }