Slider not scrolling under header

Hi,

I have a fixed header, so all the sections scroll under it, but don’t know why the slider does not have the same behavior. Thanks for any advice,
igui

https://preview.webflow.com/preview/annabaker?preview=e5cd2d5fd3fe95319a7232a3a52613e6

Ok so logically, elements declared first in HTML appear on top of the lower ones. But that sometimes is not enough to get the order you need. We’re talking about the Z order, in reference to the Z axis (the depth).

Use the Z-index CSS property to give your header a higher value than the other section. By simply giving it a 10 value, it solves your issue:

http://vincent.polenordstudio.fr/snap/6enga.jpg

1 Like

Thanks for your help. Best,
igui

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.