.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100svh;
}
.\!max-h-full {
  max-height: 100% !important;
}
.\!max-h-screen {
  max-height: 100svh !important;
}
