Click function not working in MAC chrome browser

Viewed 12

On header section, once the page scroll and reaches a specific div structure in content portion the search function button doesn't work. At that portion, the content section looks to be scroll above the header in MAC - chrome browser. This issue already persist in other browsers including safari and it was solved by adding below CSS in content div structure. This issue was in shopify platform

display: grid !important;
place-items: center;

But same is not working in MAC - chrome browser. Any suggestions?

0 Answers
Related