Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!
    Webkit has a strange style directive:
    -webkit-transform: translate3d(0,0,0);
    When it is active fixed elements became hidden under page body…
    This directive is present on your site – framework.css, line 415:

    .animated {
    -webkit-transform: translate3d(0,0,0);
    ...
    }

    Remove it!

    Thread Starter [email protected]

    (@shnickbigmirnet)

    Thanks, great support and plugin!
    thank you very much, Mr Bond. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not work in Chrome’ is closed to new replies.