[SHOPTIME-3569]Home/Top banner 내 좌우선택 버튼 포커스 및 클릭 이슈
[이슈 내용] 1. 홈 / 롤링배너,랜덤배너에서 화살표부분에 클릭이 되지않음. [수정 파일] 1. RandomUnit.module.less 2. RollingUnit.module.less [수정 내용] 1. z-index값을 올려서 클릭이 가능하도록 변경.
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
}
|
||||
|
||||
.arrow {
|
||||
z-index: 10;
|
||||
z-index: 9999;
|
||||
.size(@w: 42px, @h: 42px);
|
||||
background-size: 42px 42px;
|
||||
background-position: center center;
|
||||
|
||||
@@ -239,7 +239,7 @@
|
||||
}
|
||||
|
||||
.arrow {
|
||||
z-index: 10;
|
||||
z-index: 9999;
|
||||
.size(@w: 42px, @h: 42px);
|
||||
background-size: 42px 42px;
|
||||
background-position: center center;
|
||||
|
||||
Reference in New Issue
Block a user