is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .fixed-bottom

<div class="fixed-bottom bg-primary">Fixed bottom</div>

Preview

Fixed bottom

Check .fixed-bottom in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _position.scss:23 */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _position.scss:23 */
$zindex-fixed

More in Bootstrap Positioning