.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-y-hidden {
  overflow-y: hidden;
}
