Optimise blur.

This commit is contained in:
2025-09-25 19:36:42 +00:00
parent c92826ab6f
commit b135b53893
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -211,7 +211,6 @@ onUnmounted(() => {
position: fixed; /* still fixed for overlay & dragging, but now top/left are set dynamically */
background: color-mix(in srgb, var(--panel) 85%, transparent);
backdrop-filter: blur(0.625em);
-webkit-backdrop-filter: blur(0.625em);
color: var(--ink);
border-radius: 0.6em;
min-height: 23em;