BS sticky-footer breaks affix-bottom
Created by: isoceles
I have the affix plugin working on my side nav but I would like to add a sticky footer for the shorter pages.
The culprit here seems to be the
html, body {
height: 100%;
}
It seems to mess up .affix-bottom since it's absolutely positioned.
Does anyone know of a different method to add a sticky footer?