Sebwite / magento2-category-sidebar

Magento2 category sidebar extension
63 stars 58 forks source link

Fixing the frontend JS/CSS #22

Open MiomenteMUC opened 6 years ago

MiomenteMUC commented 6 years ago

Hi,

add the display: none; to the > ul so not everything is always collapsed:

ul { padding-top: 7px; margin-top: 0px; display: none; }