.notifications {
  position: fixed;
  width: auto;
  inset: auto;
  top: 1rem;
  right: 1rem;
  z-index: 1337;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
}
.notifications__toast {
  pointer-events: all;
}