mantinedev / ui.mantine.dev

Mantine UI website and components
https://ui.mantine.dev
MIT License
2.92k stars 318 forks source link

Mantine UI "Header with mega menu" breaks when the width is exactly on breakpoint sm (768px) #86

Open RoboticReaper opened 8 months ago

RoboticReaper commented 8 months ago

image

When the device width is exactly at sm breakpoint, sometimes the mobile burger icon doesn't show up while the big pc version of the header items are still showing (and they're vertical).

My guess is the issue comes from visibleFrom and hiddenFrom in the example code. Can someone fix this?

chasoft commented 7 months ago

Same here! Any advice is appreciate. Thank you!