T
T
Timur Malikin2015-03-18 13:21:32
css
Timur Malikin, 2015-03-18 13:21:32

How to make an element with position:fixed not twitching on Apple mobile devices with Safari?

Good afternoon! I just can’t understand what the problem is, when scrolling through the material, the top panel twitches terribly. Panel with z-index 600, position:fixed. The problem is only on Apple mobile devices, example material .
Where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
whats, 2015-03-18
@Sora

-webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question