[FeaturedBrandsPanel] QuickMenu, css 수정

Detail Notes :

1. chrome 38 issue, height: inherit → px 수정
This commit is contained in:
younghoon100.park
2024-04-09 09:29:29 +09:00
parent 0924c5f6d1
commit 8b30060256

View File

@@ -9,7 +9,7 @@
// tScroller
> div:nth-child(1) {
.size(@w: inherit, @h: inheirt);
.size(@w: 100%, @h: 180px);
ul {
display: flex;