/*Here is one solution if scroll-behavior does not work for you (this worked for me)*/ #example { -webkit-scroll-behavior: auto !important; } /*So just add -webkit- in front of the scroll-behavior!*/