diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index cb6ddf099..46ad3559d 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -43,6 +43,13 @@ body#trilium-app.shadows-disabled *::after { box-shadow: none !important; } +body#trilium-app.backdrop-effects-disabled *, +body#trilium-app.backdrop-effects-disabled *::before, +body#trilium-app.backdrop-effects-disabled *::after { + /* Disable backdrop effects */ + backdrop-filter: none !important; +} + .table { --bs-table-bg: transparent !important; }