From b4bea3597e0626b10ba5373287e2951dc540980f Mon Sep 17 00:00:00 2001 From: DCCONSTRUCTIONS Date: Fri, 8 May 2026 20:32:55 +0300 Subject: [PATCH] =?UTF-8?q?UI=20-=20=D0=9B=D0=90=D0=A3=D0=9D=D0=A7=D0=95?= =?UTF-8?q?=D0=A0:=20=D0=A3=D0=91=D0=A0=D0=90=D0=A2=D0=AC=20=D0=A2=D0=95?= =?UTF-8?q?=D0=9D=D0=98=20DROPDOWN-=D0=9C=D0=95=D0=9D=D0=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 5b76920..210c09d 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -3809,7 +3809,7 @@ code { background: linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.02)), rgba(11, 11, 14, 0.94); - box-shadow: 0 26px 92px rgba(0, 0, 0, 0.62); + box-shadow: none; backdrop-filter: blur(var(--nodedc-dropdown-blur, 44px)) saturate(1.12); -webkit-backdrop-filter: blur(var(--nodedc-dropdown-blur, 44px)) saturate(1.12); }