@import "~bootstrap/scss/root";

@if($is-sirius) {

  @at-root {
    .h-100 {
      min-height: 0;
    }

    :root {
      &,
      body {
        @extend .h-100;
      }
    }
  }
}


