ckrack / fbootstrapp

HTML, CSS, and JS toolkit for facebook apps
http://ckrack.github.com/fbootstrapp/
Apache License 2.0
1.61k stars 173 forks source link

popover protruding artifacts #7

Open braincomb opened 12 years ago

braincomb commented 12 years ago

Hi,

I've noticed that popovers, when over other elements, in my case it's a sorted table, have protruding lines on the edges. I've tried playing with z-indeces but nothing seemed to fix it. Hope you can take a look. Thanks!

Screenshot here: http://i.imgur.com/92YNy.png

P.S. tested on Firefox 9.0.1 and Chrome 16.0, same results.

ckrack commented 12 years ago

Thanks for the report. I'll look into it, as soon as i have a bit more time on my hands.

Might have to refrain from using pseudoelements and use a different template for the popovers.

braincomb commented 12 years ago

Played around with it a bit more in Firebug and I think I fixed the problem, just needed to add background-color: #FFF to .popover .inner classes.

https://github.com/braincomb/fbootstrapp/commit/0ccc3d09657a2cf610d41a403d410be10797312d

ckrack commented 12 years ago

Ah, awsome. That's an easy fix. I'll push this into the LESS files and close this issue afterwards.

Thanks!