.mt-safe-area {
  height: calc(constant(safe-area-inset-bottom) + 0px);
  height: calc(env(safe-area-inset-bottom) + 0px);
}