Closed ianstormtaylor closed 12 years ago
when using slideDown, overflow-x: hidden and overflow-y: hidden are added to animate the height, but they aren't being removed after the animation has finished.
slideDown
overflow-x: hidden
overflow-y: hidden
This is a jQuery issue, and isn't happening in the latest version of this plugin/jQuery
when using
slideDown
,overflow-x: hidden
andoverflow-y: hidden
are added to animate the height, but they aren't being removed after the animation has finished.