.mx {
  &-tab-bar {
    display: flex;
    flex-direction: row;
    align-items: center;

    width: 100%;

    padding-top: $padding-xxs;
    padding-bottom: $padding-xxs;

    background-color: white;
    box-sizing: border-box;
  

    &--safe-area-inset-bottom {
      @include safe-area-inset-bottom();
    }

    &--fixed {
      position: fixed;
      left: 0;
      bottom: 0;
    }
  }
}
