navbar not responsive, no content padding when fixed, pages with scrollbar breaks the bottom bar
LoganTann opened this issue · 1 comments
LoganTann commented
(screenshot) When the navbar is fixed, the content that precedes the component is displayed behind it
Workaround : apply a manual padding of 50px.
(screenshot) The navbar is not responsive
![image](https://user-images.githubusercontent.com/28659185/134584700-53e5641d-2281-4ce9-ac89-b8b0f973bee8.png)Workaround : dirty but adding overflow-x: auto ? not tested but should work a bit better.
(screenshot) Going to a page with a scrollbar, then to a page that don't have one will break the bottom line of the scrollbar.
Workaround : force the scrollbar display using body { overflow-y: scroll }
LoganTann commented
I no longer need this, closing.
Feel free to reopen