Simon Vart

Results 2 comments of Simon Vart

Maybe check for .bottomed style. The sticky element gets a new state when reaching the bottom of the container. 2014-03-05 16:21 GMT+01:00 Markus Padourek [email protected]: > Tried out your plugin...

I would not use the fixed property, but rather absolute; bottom:0. If the parent container has a position: relative; it should stick to the bottom, because absolute is relative to...