snehilvj / dmc-docs

Documentation for Dash Mantine Components library.
https://github.com/snehilvj/dash-mantine-components
MIT License
58 stars 19 forks source link

Fixed navbar media query #43

Closed CBell045 closed 7 months ago

CBell045 commented 9 months ago

Hey there,

I noticed that the media query is off by 1 pixel. Since the navbar is hidden when the screen is smaller than 1200px, it should be 1199px here. There is a weird glitch if your browser is at exactly 1200 pixels. Not a big deal but wanted to let you know :)

CBell045 commented 9 months ago

And thanks for such a great library! I am using this doc format as an outline for my app. Thank you!

snehilvj commented 7 months ago

This will be handled using AppShell going forward.