From d1b675514718984e5bb525400fa5696d81fd8660 Mon Sep 17 00:00:00 2001 From: DCCONSTRUCTIONS Date: Fri, 8 May 2026 20:22:08 +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=A1=D0=9A=D0=A0=D0=AB=D0=A2=D0=98=D0=95=20=D0=A4?= =?UTF-8?q?=D0=9E=D0=9D=D0=90=20=D0=9F=D0=9E=D0=94=20=D0=9C=D0=9E=D0=94?= =?UTF-8?q?=D0=90=D0=9B=D0=9A=D0=9E=D0=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index e6a9dfb..5b76920 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -1831,6 +1831,10 @@ code { overflow: visible; } +.admin-panel-content__body:has(> .service-content-modal-layer) > :not(.service-content-modal-layer) { + visibility: hidden; +} + .admin-panel-content:has(.service-content-modal-layer) > .admin-header { opacity: 0; pointer-events: none;