On the comic page (//penny-arcade.com/comic), scrolling with the cursor over the comments section, the page does not scroll. The user must move their cursor to the sides, or use keyboard scrolling functions.
This is due to the iframe used to load the comments, but can be fixed by adding “overflow: hidden;” to “body.embed #Content” on line 3699 of “style.css.”
I hope this is the right place to add this...and thanks in advance for implementing this!
Posts
IE11 and Chrome 40.0.2214.115 m
I'm using my scrollwheel though, scrolls fine no matter what I do. I don't see an iFrame either, looks like it's being pulled in with JS into a div. I may be looking at the wrong thing.