I have a header on my website that contains a button that I want it to be sticky at the top while scrolling.
You can view the website here:https://logosperformance.com/
When I give the element containing data-css="tve-u-163a8211f58":
position:fixed;
Or any element of its containers , It doesn't work on Chrome but works on Mozilla.
Is it not supported on Chrome or there is CSS property from Chrome -webkit-
that blocks it ?