Double scroll bars on page after editing a block ( c5.5 )

Permalink
I don't think this is a bug, but I felt like putting something here in case anyone else comes across this issue ...

When editing a page in Concrete 5.5 double scroll bars appear on the page when the html element has it's overflow-y set to scroll
( see attached screenshots: first one is default; second has html element with overflow-y set to scroll ).

Turns out, I was using "normalize.css" (http://github.com/necolas/normalize.css) and the problem was that the HTML element had "overflow-y:scroll"

Fix this by removing that style or overriding to overflow-y:none;

2 Attachments

MrNiceGaius