Answers for "sticky header not working tailwind"

0

sticky header not working tailwind

If your element isn't sticking as expected the first thing to check are the rules applied to the container.

Specifically, look for any overflow property set on any parents of the element. You can't use: overflow: hidden, overflow: scroll or overflow: auto on the parent of a position: sticky element.
Posted by: Guest on April-14-2022

Browse Popular Code Answers by Language