style/zen mode/fixed formatting toolbar: add backdrop blur

This commit is contained in:
Adorian Doran 2025-11-02 18:08:05 +02:00
parent 605b317f29
commit ff0d8a70ad

View File

@ -132,7 +132,8 @@ body.mobile .dropdown-menu .dropdown-menu {
body.desktop .dropdown-menu::before,
:root .ck.ck-dropdown__panel::before,
:root .excalidraw .popover::before {
:root .excalidraw .popover::before,
body.zen .note-split .ribbon-container .classic-toolbar-widget::before {
content: "";
backdrop-filter: var(--dropdown-backdrop-filter);
border-radius: var(--dropdown-border-radius);