jQuery's .animate()
forces the style overflow: hidden
when triggered, messing with my animated element because I have another element that's hanging, with negative position, outside of it. is there anyway to avoid that?
Another way is to declare the element as !important in css.
For example.
.somediv { overflow: visible !important; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With