From 1af864845b90f692068137e4189d43f58db99ab6 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 19 Nov 2025 20:44:16 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=83=81=EC=84=B8=20=EB=B6=80=EB=B6=84?= =?UTF-8?q?=EC=9D=98=20=EC=98=81=EC=83=81=20z-index=20=EC=88=98=EC=A0=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 상세부분이 수정되면서 영상이 z-index가 높아져야 노출됨에 따라 수정 --- .../src/views/MediaPanel/MediaPanel.v3.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/MediaPanel/MediaPanel.v3.module.less b/com.twin.app.shoptime/src/views/MediaPanel/MediaPanel.v3.module.less index beec6926..2441d050 100644 --- a/com.twin.app.shoptime/src/views/MediaPanel/MediaPanel.v3.module.less +++ b/com.twin.app.shoptime/src/views/MediaPanel/MediaPanel.v3.module.less @@ -124,7 +124,7 @@ // top: 0; /* //테스트 용도 */ pointer-events: none; - z-index: 1; + z-index: 200; background-color: @videoBackgroundColor; overflow: visible; .tabContainer,