Fixed header / slider arrows issue

Hi,
i have a problem with the slider arrows and the fixed header, when i scroll down, the header stays fixed properly but the slider arrows appear above it, i’ve tried to fix this problem with the z-index property, but nothing works.
Any idea ?
Thx
Nicolas

Hey Nicolas,

You can fix that by adding this CSS snippet.

.fl-node-content .bx-wrapper .bx-controls-direction a {
  z-index: 99;
}

I’ll try and inform this to the other members of the team and see what we can do about it. Thanks for the heads up! :slight_smile:

Ben

Perfect ! Thx ben !

Anytime, Nicolas! Have fun with The Beaver! :slight_smile:

Ben