mattgraham/leapday

where goes the sidebar

RohitRox opened this issue · 2 comments

When the browser width is lower then the sidebar disappears and is found nowhere !

Yes, there are media queries setup so that when the browser can not support the side navigation the css is set to display: none. This is so the navigation is not cut off outside the browser.

Hope that makes sense. You'll be able to change it in the css line 422 in the scss file (https://github.com/mattgraham/Leap-Day/blob/master/stylesheets/styles.scss)

makes sense :-)