'Rendering error safari tilt.js over fixed element

There is a view (only on Safari) error when tilt object is over a fixed element.

https://codepen.io/imagica/pen/zYPYbbJ

.header{
      height: 100px;
      width: 100vw;
      background: red;
      position: fixed;
}

any ideas how to fix this?

Marco



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source