mywot / firefox-xul

WOT's current XUL-based Firefox extension
http://www.mywot.com/wiki/Firefox
GNU General Public License v3.0
2 stars 8 forks source link

search popup creates empty space in chats in VK #59

Closed sorgoz closed 11 years ago

sorgoz commented 11 years ago

image

this is because it uses visibility: hidden instead of display: none; (this was changed in the new version in order to allow the popup render-stretch correctly to fit it's content.)

Without WOT:

image

sorgoz commented 11 years ago

This one is fixed now. Btw, it happened only in FF, not in Chrome.