Update affix docs to include mention of potential parent collapse
Closed
Update affix docs to include mention of potential parent collapse
Created by: koichirose
I noticed affix uses this css declaration in 'docs.css' and if you don't include it the affixed sidebar will collapse:
/* prevent column from collapsing when affixing */
.span3 {
min-height: 1px;
}
You should warn the users and save us some time :)