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
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.
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
Samapico Posted August 28, 2009 Report Posted August 28, 2009 That's exactly (I think) what Cerium suggested in said private forum topic
PoLiX Posted September 8, 2009 Report Posted September 8, 2009 fixed it. Since IPB seems to have yet to.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now