The new forums will be named Coin Return (based on the most recent
vote)! You can check on the status and timeline of the transition to the new forums
here.
The Guiding Principles and New Rules
document is now in effect.
Fix scroll issue on comments
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!
0
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.