]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fix: remove position reset of Orbit slides preventing the "full-absolute" new behavior 11107/head
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 11 Apr 2018 21:01:22 +0000 (23:01 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 11 Apr 2018 21:01:22 +0000 (23:01 +0200)
commit7daaba50ca72b3755451d5695bb07f2ecd15b60a
tree13889c6f73bad6044fba50cc0f2128320e156166
parentcf80a487b29520a04853b440b926f993f8a7f012
fix: remove position reset of Orbit slides preventing the "full-absolute" new behavior

All Orbit slides should always have an `absolute` positioning to prevent jumping Orbit slider (see #11107). The `'position': 'relative'` reset is no longer necessary here and break the Orbit behavior as inline styles overrides `.orbit-slide` class styles.

See:
* https://github.com/zurb/foundation-sites/pull/11107/commits/dbdae96312bcccd0820d8ee43c088d5d6a1fab14
* https://github.com/zurb/foundation-sites/pull/11107
js/foundation.orbit.js