Issue
I have strange bug only in safari
my header container have position: sticky and when I hover items wrapped in Tilt component and scroll page down this bug happens
I already tried different z-index and add custom containers and nothing did not help me
Also make a simple sandbox with this bug https://codesandbox.io/s/objective-haze-x9ohn5
Solution
found answer by myself. need to put
transform: translateZ(100px);
to your header block
Answered By - gftx
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.