.fullscreen-modal {
  --modal-width: 100vw;
  --modal-height: 100vh;
  padding: 0;
}

.fullscreen-modal .drawer__inner {
  border-radius: 0;
  height: 100%;
}