Sticky scroll issue
I want to create a sticky header for accordion. But It's not working on desktop but working on small screen. Can someone help me with this.
https://apar-test.hostx5.de/
I created a codepen there it's working fine
https://codepen.io/AparAwasthi/pen/VwVgayY
Apar Test
Apar Test
BODIL is your new happy healthy habit. We create highly effective supplements backed by science and powered by taste.
2 Replies
It breaks on the 768px breakpoint, because of
overflow: hidden
on .home-cont[data-v-401a4aec]
.Okay, Is there any way to use position sticky inside overflow hidden?