Jump to content
SSForum.net is back!

Recommended Posts

Posted

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.

Posted

you can fix it yourself with a simple change in css.

 

I assume .clearfix is used to establish a block formatting context

so changing

 

/* ipb_styles.css:144 */
.clearfix, .stats_list {
overflow: auto;
}

 

to

 

.clearfix {
overflow: hidden;
}

.stats_list {
overflow: auto;
}

 

should fix it

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...