cssgrace icon indicating copy to clipboard operation
cssgrace copied to clipboard

Add -webkit-overflow-scrolling : touch

Open yisibl opened this issue 10 years ago • 0 comments

input:

.foo {
  overflow : auto; /* or overflow-x/y: scroll */
}

output:

.foo {
  overflow : auto;  /* or overflow-x/y: scroll */
  -webkit-overflow-scrolling: touch;
}

Demo: http://codepen.io/yisi/pen/EaMpVV

yisibl avatar Mar 30 '15 07:03 yisibl