Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fixed position element is flashing in Chrome when scrolling

I am trying to make this website. It works great on Firefox, but not in Chrome. I fixed the header to the top. When scrolling it sticks on top and it is flashing in Chrome.

I don't know why, but I tried to fix this but could not. How can I fix the problem?

Site link: https://dl.dropboxusercontent.com/u/88666744/HTML/works/qcolor2Copy-fl/index.html

Please help me with this problem.

Thanks in advance

like image 854
Kapil Paul Avatar asked Jul 09 '14 14:07

Kapil Paul


1 Answers

Thanks to rd5. He helps me out.

-webkit-transform: translateZ(0);
like image 183
Kapil Paul Avatar answered Oct 19 '22 03:10

Kapil Paul