[상세 영상과 팝업의 연관성 때문에 처리]

- 영상 재생되었을때문제로 인하여 수정
This commit is contained in:
junghoon86.park
2025-11-21 10:52:06 +09:00
parent 3ac5bb40eb
commit 62031c02a5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
// 배경 이미지와 그라데이션은 DetailPanelBackground 컴포넌트로 구현 // 배경 이미지와 그라데이션은 DetailPanelBackground 컴포넌트로 구현
// CSS 변수 대신 실제 DOM 요소 사용하여 webOS TV 호환성 확보 // CSS 변수 대신 실제 DOM 요소 사용하여 webOS TV 호환성 확보
position: relative; position: relative;
z-index: 100; // 배경 컴포넌트(z-index: 0) 위에 표시 z-index: 98; // 배경 컴포넌트(z-index: 0) 위에 표시
background: transparent !important; // 투명 배경으로 설정하여 뒤의 배경 컴포넌트가 보이도록 background: transparent !important; // 투명 배경으로 설정하여 뒤의 배경 컴포넌트가 보이도록
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;

View File

@@ -124,7 +124,7 @@
// top: 0; // top: 0;
/* //테스트 용도 */ /* //테스트 용도 */
pointer-events: none; pointer-events: none;
z-index: 200; z-index: 99;
background-color: @videoBackgroundColor; background-color: @videoBackgroundColor;
overflow: visible; overflow: visible;
.tabContainer, .tabContainer,