From 6ec2360755d22f9b3aa4880098158d6628e103ba Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Tue, 2 Apr 2024 09:28:56 -0700 Subject: [PATCH] blur swatch bg for when transparent --- app/components/metatip/metatip.element.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/metatip/metatip.element.css b/app/components/metatip/metatip.element.css index 006f7782..72d58662 100644 --- a/app/components/metatip/metatip.element.css +++ b/app/components/metatip/metatip.element.css @@ -346,8 +346,6 @@ height: 7em; flex-direction: row; padding: 0; - /* border-radius: var(--border-radius) var(--border-radius) 0 0; - overflow: clip; */ @media (max-width: 700px) { flex-direction: column; @@ -365,6 +363,7 @@ padding: 10px; margin: 0; cursor: copy; + backdrop-filter: blur(5px); @media (max-width: 700px) { width: 100%;