[FeaturedBrandsPanel] LiveProductList, css 주석 처리

Detail Notes :

1. LiveProductList.module.less, fade효과 issue로 주석 처리
This commit is contained in:
younghoon100.park
2024-02-08 14:57:52 +09:00
parent 95f49f7e45
commit b70dfca64e

View File

@@ -8,7 +8,8 @@
&::after {
.position(@position: absolute, @bottom: 0, @left: 0);
.size(@w: 100%, @h: 50px);
background-image: linear-gradient(to bottom, transparent 65%, @BG_COLOR_01);
// @@pyh Todo, fade issue
// background-image: linear-gradient(to bottom, transparent 65%, @BG_COLOR_01);
content: "";
}