Home / Scroll / Overthrow - overflow polyfill for responsive design
Overthrow - overflow polyfill for responsive design

Overthrow - overflow polyfill for responsive design

Download
  • Overview
  • Documents
  • Demos
User Rating: 0/5 ( 0 votes)
Your Rating:

The goals of Overthrow are simple: create a reliable way to safely use CSS overflow in responsive designs, polyfilling support in non-native environments where possible, and if not, letting things scroll with the rest of the page.

Features

  • Lightweight, decoupled JavaScript
  • MIT license: use it wherever you want.
  • Designed for responsive design: safe for use in cross-device development
  • Framework-independent: use with any JS library, or none at all!
  • Native scrollTop and scrollLeft: Rather than simulating scrolling with CSS properties, the native JavaScript scrollTop and scrollLeft properties are used. This means any you can use any standard web conventions for scrolling an overthrow element, such as #fragment anchor links, and so on.
Scroll To Top