Answers for "overflow touch smooth"

0

overflow touch smooth

.scroll-touch {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.scroll-auto {
  -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
}
Posted by: Guest on September-30-2021

Browse Popular Code Answers by Language