getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[typhoon] Mobile nav menu not showing after creating build/site.css #331

Closed sysscore2022 closed 1 year ago

sysscore2022 commented 1 year ago

Hi,

I have created a new theme "in inheritance mode" from the typhoon theme. Everything works fine but when I created the /build/site.css via purgecss the mobile navigation menu will not displayed when I clicked the hamburger menu. When I rename or delete the build/site.css it works well. I think that the issue occur by the purgecss. The menu itself is displayed but with opacity = 0 because the menu items are clickable.

Has anyone a solutions?

sysscore2022 commented 1 year ago

I could fix the issue. I set the opacity-0 to opacity-100 in the "mobile-navigation.html.twig".