I'm trying to bounce a popup on hover. I want the popup to be a Bootstrap (v3.0.0) panel. The problem is, the panel changes it's width after the bounce effect.
Example: http://fiddle.jshell.net/YxRvp/
Anyone knows how to fix this?
I'm trying to bounce a popup on hover. I want the popup to be a Bootstrap (v3.0.0) panel. The problem is, the panel changes it's width after the bounce effect.
Example: http://fiddle.jshell.net/YxRvp/
Anyone knows how to fix this?
add
min-width:315px;
to.poppy
http://fiddle.jshell.net/YxRvp/10/