﻿.actionbar-mobile-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300;
    padding: 8px 16px;
    background-color: var(--mud-palette-background, #ffffff);
    border-top: 1px solid rgba(0,0,0,.12);
    height: var(--mobile-actionbar-height) !important;
}
