-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari Browser issue #34
Comments
This is a bug, i'm just not sure yet if this is just a rendering issue with safari or if its something I can fix. |
Hey guys, not sure if this is related (and apologies if not), but I'm also having an issue only in Safari. If you visit http://musicwater.com in Safari and hover the top slider section, the tilt background-image completely disappears, although the text remains. It should have a cutout and text above the main slide background, but the cutout vanishes on hover. |
@cabrailsford yeah, this is same as mine. I tried to manage it with -webkit- hacks but it didn't resolve :( |
I have encountered a similar issue where the image is getting cut and whatever is below the image is flooding above. I found that if I put a |
After doing some testing, I found that even though adding the
This only targets the Safari browser. Another thing I've done is properly z-index all the items according to their level. So my tilt element is at |
The above fixeds were not working for me. I am using this with the Essential Grid Wordpress plugin. In my case there were |
For anyone who stumble on this same problem, adding |
This worked. Just make sure is added to the parent element of what will be tilted. |
Hi, I was trying this plugin for designing a card block but i encounter a problem on mac safari, on following link, i created a demo to show the issue, when we hover on it, it overlaps and gave a cut on the image
https://codepen.io/hasanji/pen/bYdXwX
can you please help me with this issue ?
The text was updated successfully, but these errors were encountered: