Jump to content
SubSpace Forum Network

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...