[categoryPanel] show없을때 추천 show 나오는 부분에서 잘리는 부분 수정.
This commit is contained in:
@@ -396,6 +396,7 @@ const CategoryPanel = ({ panelInfo, isOnTop, spotlightId }) => {
|
||||
<Container
|
||||
spotlightId={"categorypanel_top_point_area"}
|
||||
data-wheel-point={true}
|
||||
className={css.cateContainer}
|
||||
>
|
||||
{panelInfo && categoryDatas && (
|
||||
<SectionTitle
|
||||
|
||||
@@ -7,26 +7,30 @@
|
||||
background-color: @BG_COLOR_01;
|
||||
|
||||
.tVerticalPagenator {
|
||||
padding-left: 60px;
|
||||
height: 100%;
|
||||
.title {
|
||||
padding: 38px 0 33px 0;
|
||||
}
|
||||
.cateContainer {
|
||||
width: 100%;
|
||||
padding-left: 60px;
|
||||
overflow: unset;
|
||||
.title {
|
||||
padding: 38px 0 33px 0;
|
||||
}
|
||||
|
||||
.tabContainer {
|
||||
width: -webkit-fit-content;
|
||||
height: auto;
|
||||
position: relative;
|
||||
.tabContainer {
|
||||
width: -webkit-fit-content;
|
||||
height: auto;
|
||||
position: relative;
|
||||
|
||||
.dropdown {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
&.categoryDropdown {
|
||||
> div {
|
||||
.dropdown {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
&.categoryDropdown {
|
||||
> div {
|
||||
border-radius: 6px 6px 0 0 !important;
|
||||
> div {
|
||||
border-radius: 6px 6px 0 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user