Comment area overlapping site footer!

0

Hello, I have a comment area on my site that I made using the Facebook API. The problem is that when someone sends some comment, it overlaps the footer layout. I already tried using position: relative , position: absolute and position: fixed , none worked.

I'll leave a print to understand it better. Thanks for helping.

    
asked by anonymous 18.12.2014 / 17:19

2 answers

1

Maybe the problem is with some float in the chat container. Try to use the clear: both style on some element right after the chat, but inside the container.

Also check that the container has a defined height. If you can, just leave it with min-height and not height fixed.

    
19.12.2014 / 20:36
0

Try this:

z-index: 50000;
    
19.12.2014 / 20:44