Affix does not stop in the footer correctly

2

I'm trying to create an Affix with Bootstrap but I'm having trouble stopping it correctly in the footer.

It buga, and the .affix-bottom class is not applied correctly. When I step from the offset bottom by scrolling it to normal, but if I scroll down the scroll bar it does not stop.

And also when it comes back up, it gets the position:relative that makes it impossible for the .affix class to work properly on the upload.

Demonstration

    
asked by anonymous 24.09.2014 / 18:43

1 answer

0

I had an error in css, corrected .affix-bottom.{ to .affix-bottom{ .

Fixed

PS: Sorry for the lack of attention , but I've been struggling all day with this "silliness."

    
24.09.2014 / 20:47