Slidebars
Slidebars copied to clipboard
new scroll bar position in v2
In v0.10 the browser scroll bar 'included' fixed elements while in v2 it doesn't. Why did this change? I much prefer old style. It keeps right floating elements in the nav bar aligned nicely with the next of the page, and if the nav bar is for example black the contrast between the black bar and white-grey Windows 7 scroll bar draws unwanted attention to the weird shape in the corner.
I got the old style back in v2 with:
html { overflow-y: scroll; }
body, [canvas=container] { overflow: visible; }
I'm having the same issue but my header is fixed - your CSS solution prevents my header from being fixed to the top of the page. Is there a way round this? Having the scrollbar below the header just looks odd.
Thanks!
@GoodPixe1 Do you have a demo link?
Yep - http://dev.webfold.co.uk/flr/ @Brugman
Edit: I've sorted it.