/* Mobile fixes for Data Files (Customize Your Download) modals */

@media (max-width: 576px) {
  .data-files-modal {
    max-height: calc(100dvh - 6rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .data-files-modal .dropdown-menu {
    max-height: 55dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
