I noticed that no scripts or styles are updating while user scrolls a page. Unfortunately this causes menu with position: fixed
and top: 0
to jump when Chrome Android hides address bar.
So, is there any way to force CSS updates while scrolling?
Or is there any way to keep position: fixed
, top: 0
block on the same height?
Solutions from 'Background..' theme aren't working for me. My problem is different - Chrome Android doesn't want to update a page while user scrolls it.