dynamicweb / swiffy-slider

Super fast carousel and slider with touch for optimized websites running in modern browsers.
MIT License
250 stars 29 forks source link

Navigation arrows and indicators position them selves on top of other content #1

Closed nicped closed 3 years ago

nicped commented 3 years ago

When using i.e. sticky navbars etc, arrows and indicators are placed on top because of z-index on those elements. The z-index is there to layer the buttons on top of the shadow when that is enabled.

Change shadow to only use ::after to avoid z-index problems and remove z-index from navigation elements