Fix Overflow Issue in Safari
When particular contents (like pre tags) were contained within a sliding element, Safari saw an issue where the contents would bleed outside of the element during animation.
This was fixed by explicitly setting the overflow value to auto during an animation.