[categoryPanel] show없을때 추천 show 나오는 부분에서 잘리는 부분 수정.

This commit is contained in:
junghoon86.park
2024-07-30 15:59:30 +09:00
parent dd1630bfdb
commit b7c851392a
2 changed files with 21 additions and 16 deletions

View File

@@ -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

View File

@@ -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;
}
}
}
}