bbarakaci / fixto

A jQuery plugin for sticky positioning
MIT License
217 stars 57 forks source link

Disable on shorter height viewport with native support not working. #16

Closed robertdwolf closed 10 years ago

robertdwolf commented 10 years ago

For browsers that support sticky positioning having the sticky disabled on small viewport no longer works.

For example it happens with Safari in dev2.html div: Sticky is tall. It will not be fixed if viewport is shorter.

Could I disable native support all together?