Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@knowbly/postcss-overflow-scrolling-touch

knowbly8MIT0.0.3

Put native-feeling elastic/inertia scrolling whenever we have an element with overflow: scroll (or overflow-x / overflow-y)

postcss, css, postcss-plugin, -webkit-overflow-scrolling, touch

readme

PostCSS Overflow Scrolling Touch

PostCSS plugin

Put native-feeling elastic/inertia scrolling whenever we have an element with overflow: scroll (or overflow-x / overflow-y).

.foo {
  overflow-x: hidden;
  overflow-y: auto;
}
.foo {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

Usage

postcss([ require('@knowbly/postcss-overflow-scrolling-touch') ])

See PostCSS docs for examples for your environment.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.0.3 (2019-08-26)

Note: Version bump only for package @knowbly/postcss-overflow-scrolling-touch

0.0.2 (2019-08-12)

Note: Version bump only for package @knowbly/postcss-overflow-scrolling-touch

Change Log

This project adheres to Semantic Versioning.