Skip to content

Fix Overflow Issue in Safari

Choose a tag to compare

@alexmacarthur alexmacarthur released this 15 Nov 00:48
· 15 commits to master since this release

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.