mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 11:51:20 +00:00
🐛 bug: not show menu filter product list in tablet-and-up screen
:%s
This commit is contained in:
parent
9db2a1b5a3
commit
a3a185cc19
@ -1,6 +1,8 @@
|
||||
@import "../../../styles/utilities";
|
||||
.menuNavigationProductListDesktop{
|
||||
@apply hidden;
|
||||
@screen sm-only {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
.menuNavigationProductListMobile{
|
||||
@apply hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user