Perspective Problem with Chrome

UPDATE: turns out it was not a bug.
Chrome seems to handle perspective differently than safari
or is it the other way around.

===============================================

There appears to be a bug with Chrome.

When you create a DIV with a Fixed Position / Top

In Preview (CHROME) - it does not stick
When published and viewed with CHROME… it does not stick
When published and viewed with SAFARI… it sticks

If you create another site - with the same elements - but instead use SAFARI
In Preview (SAFARI) - it sticks
When published and viewed with CHROME… it sticks
When published and viewed with SAFARI… it sticks

There are 2 browsers used on this video… top one is safari… (Mac)
bottom one is Chrome Version 55.0.2883.95 (64-bit) (Windows & Mac)
same issue with Chrome Version 57.0.2951.0 canary (64-bit) (Windows & Mac)
and Windows Edge (Windows)

Here’s the Video:
http://quick.as/xje1ckbx0

Hi @Revolution, it looks like there is a 1700px children perspective applied to the “body” class that is affecting to the fixed nav position. I would not put children perspective on the body, but on a section under the body.

Try removing the children perspective and then it should work normally. I tested this and it worked for me straight away.

Let me know if this helps, if not , I am happy to take another look.

1 Like

thanks @cyberdave , I didn’t see that.

I literally spent 7+ hours on this issue.
You found it in a couple seconds.

again, thanks.

Hi @Revolution, no problem, I am happy to help. It took me a little longer than a few seconds :wink: I did not see it at first either, but good to hear it is ok now :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.