[SHOPTIME-3534] Detail 페이지에서 Media 선택 시 포커스 표시가 동영상 위에 계속 남아 있는 현상
[수정파일] 1. PlayerPanel.module.less [수정내용] 1. utils.module.less에 재사용함수인 focused 에서 z-index값이 높게 변경되면서 플레이어패널도 foucsed 함수보다 z-index값을 높게 반경
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
.videoContainer {
|
||||
position: absolute;
|
||||
background-color: @videoBackgroundColor;
|
||||
z-index: 10;
|
||||
z-index: 21;
|
||||
.playButton {
|
||||
.size(@w: 60px, @h: 60px);
|
||||
background-image: url("../../../assets/images/btn/btn-video-play-nor@3x.png");
|
||||
|
||||
Reference in New Issue
Block a user