Slidebars icon indicating copy to clipboard operation
Slidebars copied to clipboard

new scroll bar position in v2

Open Brugman opened this issue 8 years ago • 3 comments

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.

slidebars-scrollbar-change

I got the old style back in v2 with:

html { overflow-y: scroll; }
body, [canvas=container] { overflow: visible; }

Brugman avatar Sep 22 '16 12:09 Brugman

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 avatar Nov 23 '16 16:11 GoodPixe1

@GoodPixe1 Do you have a demo link?

Brugman avatar Nov 23 '16 17:11 Brugman

Yep - http://dev.webfold.co.uk/flr/ @Brugman

Edit: I've sorted it.

GoodPixe1 avatar Nov 23 '16 19:11 GoodPixe1