body #react-refresh-overlay {
  display: none !important;
}

/**
  Below are a few helpers to compensate some Foundry component while
  we transition to Alloy. This will be deleted after we finish.
*/
.alloy-page-container {
  > div {
    padding: 0 !important;
    display: block;
  }
}

.alloy-app-bar {
  margin: -1.5rem calc(-1.5rem + 4px) 0 -1.5rem;
  width: auto;
}
