Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

scroll-behavior not working

/*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!*/
 
PREVIOUS NEXT
Tagged: #working
ADD COMMENT
Topic
Name
7+9 =