.sticky-top

Sticky 고정바: .stick-top/bottom
.fixed[-*]-top/bottom은 뷰포트의 상/하단에 (가장자리서 가장자리까지)요소를 배치하며, .sticky[-*]-top/bottom은 뷰포트의 상/하단에 (가장자리서 가장자리까지)요소를 (스크롤한 이후에)배치한다:
            
                
            
        
Fixed 고정바: .fixed-top/bottom

상/하단 고정바: .fixed-top/bottom

<div class="fixed-top bg-primary text-center py-3">상단 고정바</div>

<div class="fixed-bottom bg-secondary text-center py-3">하단 고정바</div>

.sticky-bottom