Scrolling broken in forums
Discussion
Chrome on OSX, when I load a thread I can't scroll down - there's no scrollbar and the mouse doesn't work.
The reason is that your css includes "body { overflow: hidden !important }" .
I've had to override this with local css "html { overflow: scroll }", which fixes the problem. However, I guess not everyone knows how to set local css, so you might want to fix scrolling ;-)
The reason is that your css includes "body { overflow: hidden !important }" .
I've had to override this with local css "html { overflow: scroll }", which fixes the problem. However, I guess not everyone knows how to set local css, so you might want to fix scrolling ;-)
Gassing Station | Website Feedback | Top of Page | What's New | My Stuff



