html,
body {
  height: 100%;
}

#blazor-error-ui {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: #fff3cd;
  border-top: 1px solid #ffc107;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
}
