🐛 bug: not show menu filter product list in tablet-and-up screen

:%s
This commit is contained in:
lytrankieio123
2021-09-08 16:43:39 +07:00
parent 9db2a1b5a3
commit a3a185cc19

View File

@@ -1,7 +1,9 @@
@import "../../../styles/utilities";
.menuNavigationProductListDesktop{
@screen sm-only {
@apply hidden;
}
}
.menuNavigationProductListMobile{
@apply hidden;
&.isShow{