/*
  Small additions missing from the original stylesheet (classes used inline by
  the pages that Tailwind had not generated).
*/
.inset-auto {
  inset: auto;
}

.translate-y-full {
  transform: translateY(100%);
}
