Remove position: sticky JavaScript polyfill

- Fallback to default positioning for browser that don't support it IE, Chrome < 56, etc.
- Issue #752
This commit is contained in:
Michael Rose
2017-01-05 11:48:37 -05:00
parent 88933c4e08
commit 55843c5dca
10 changed files with 11 additions and 88 deletions

View File

@@ -128,7 +128,6 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http
- [FitVids.JS](http://fitvidsjs.com/)
- Greedy Navigation - [lukejacksonn](http://codepen.io/lukejacksonn/pen/PwmwWV)
- [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)
- [Stickyfill](https://github.com/wilddeer/stickyfill)
---