[TrendingNowPanel] prevBtn left 값 수정

This commit is contained in:
jiwon93.son
2024-07-22 10:43:11 +09:00
parent babf2edcf1
commit b6592fe933

View File

@@ -35,23 +35,22 @@
}
}
}
.tVerticalPagenator{
.tVerticalPagenator {
height: 100% !important;
}
}
.button {
position: absolute;
top: 378px;
z-index: 5;
z-index: 11;
min-width: 84px;
transition: none;
height: 84px;
background: transparent;
box-shadow: none;
z-index: 10;
.imgElement(84px, 84px, center, center);
&.prevBtn {
left: 180px;
left: 60px;
background-image: url("../../../assets/images/btn/btn-left-84-nor@3x.png");
&:focus {
background-image: url("../../../assets/images/btn/btn-left-84-foc@3x.png");