madebysource / lesshat

Smart LESS CSS mixins library.
lesshat.com
MIT License
2.19k stars 258 forks source link

sticky position mixin #154

Open woneob opened 9 years ago

woneob commented 9 years ago

How about add this one?

div {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}

http://updates.html5rocks.com/2012/08/Stick-your-landings-position-sticky-lands-in-WebKit http://red-team-design.com/position-sticky-might-be-the-next-best-thing/

rifer commented 9 years ago

Why?? http://caniuse.com/#feat=css-sticky