Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 921 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 921 Bytes

jQuery Plugin - iOS Overflow Scroll Fix

On mobile safari, when you try to scroll up in the element with overflow:scroll, while it it already scrolled to the top, the whole page scrolls instead of the scrolling bounce. This also occurs at the bottom. This tiny jQuery plugin corrects this.

Installation

  1. Download the plugin from here or minified from here
  2. Include plugin after jQuery. <script src="jquery.fixedoverflow.js"></script>
  3. Call the .fixedOverflow(); method on selectors with overflow:scroll

Links