Fixed White space on IE11 after message

MTBeros

Member
Affected version
2.0.2
Hi!

I have a problem with Xenforo on IE11 because it shows a white block in the end of signature when user is logged and his missage has an image.

I tried other browsers and it doesn't happen.

It occurs in my actual template, but on default theme too.

Thank you!
 
Could you provide a screenshot so we can more clearly see what the issue is?

Unfortunately being IE11 it might not be something we can fix, but we'll certainly try once we have a solid reproduction case.
 
Could you provide a screenshot so we can more clearly see what the issue is?

Unfortunately being IE11 it might not be something we can fix, but we'll certainly try once we have a solid reproduction case.
Sure.

I attached two files: First shows IE11 and second file shows Microsoft Edge. Also I have removed the signature of that user, but this action doesn't solve the problem.

Thank you.
 

Attachments

  • Captura1.webp
    Captura1.webp
    8.1 KB · Views: 15
  • Captura2.webp
    Captura2.webp
    5.9 KB · Views: 16
I'm just on your site now, do you have a link to this user's post?

I've had a look around and I can't see anything like this with any of your users yet (in IE11).
 
Thanks, we've sorted this for the next release.

If you'd like to temporarily fix it now, add the following to your extra.less template:
Less:
.message-content
{
   min-height: 1px;
}
 
Top Bottom