JoWie Posted August 26, 2009 Report Posted August 26, 2009 Please get rid of the extra scrollbar on the main forum index, it breaks scrolling with the mousewheel. thanks Quote
Samapico Posted August 26, 2009 Report Posted August 26, 2009 Moving to proper forum In a private forum, on the same issue: IPB is fixing it. Seems a few other people have the issue in other scripts/areas. For now, just use one of the other 4 optional skins. Quote
JoWie Posted August 28, 2009 Author Report Posted August 28, 2009 you can fix it yourself with a simple change in css. I assume .clearfix is used to establish a block formatting contextso changing /* ipb_styles.css:144 */ .clearfix, .stats_list { overflow: auto; } to .clearfix { overflow: hidden; } .stats_list { overflow: auto; } should fix it Quote
Samapico Posted August 28, 2009 Report Posted August 28, 2009 That's exactly (I think) what Cerium suggested in said private forum topic Quote
PoLiX Posted September 8, 2009 Report Posted September 8, 2009 fixed it. Since IPB seems to have yet to. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.