For a fixed navbar witch used position: fixed, user who scrolls the page with chrome will see sort of lag on this element.
Simply use -webkit-transform: translateZ(0); on the fixed element to avoid this problem.
source :
For a fixed navbar witch used position: fixed, user who scrolls the page with chrome will see sort of lag on this element.
Simply use -webkit-transform: translateZ(0); on the fixed element to avoid this problem.
source :