bratsun
11/30/2013 - 9:20 AM

Chrome fix for fixed elements (distortion on scroll, enable hardware acceleration to get rid of it)

Chrome fix for fixed elements (distortion on scroll, enable hardware acceleration to get rid of it)

.sticky-nav {
  -webkit-transform: translateZ(0);
}