<div class="fixed-bottom bg-primary">Fixed bottom</div>
<div class="fixed-bottom bg-primary">Fixed bottom</div>
/* _position.scss:23 */
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: $zindex-fixed;
}
Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.
© 2024 Shuffle. All rights reserved.