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
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