[SHOPTIME-3569]Home/Top banner 내 좌우선택 버튼 포커스 및 클릭 이슈

[이슈 내용]
1. 홈 / 롤링배너,랜덤배너에서 화살표부분에 클릭이 되지않음.
[수정 파일]
1. RandomUnit.module.less
2. RollingUnit.module.less
 
[수정 내용]
1. z-index값을 올려서 클릭이 가능하도록 변경.
This commit is contained in:
junghoon86.park
2024-09-10 10:41:09 +09:00
parent 5ee1e001db
commit 404c79c6e3
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@
}
.arrow {
z-index: 10;
z-index: 9999;
.size(@w: 42px, @h: 42px);
background-size: 42px 42px;
background-position: center center;

View File

@@ -239,7 +239,7 @@
}
.arrow {
z-index: 10;
z-index: 9999;
.size(@w: 42px, @h: 42px);
background-size: 42px 42px;
background-position: center center;