Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fix Overflow Issue in Safari.tar.gz | 2021-11-15 | 120.7 kB | |
Fix Overflow Issue in Safari.zip | 2021-11-15 | 125.8 kB | |
README.md | 2021-11-15 | 268 Bytes | |
Totals: 3 Items | 246.8 kB | 0 |
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.