/* Eterano v1.19.1 — mobile modal natural scrolling correction */
@media(max-width:760px){
  /* Titles, close controls and action bars belong to the modal content flow.
     Nothing should remain pinned over another part of the dialog while scrolling. */
  .modal .modal-header{
    position:static!important;
    top:auto!important;
    z-index:auto!important;
    background:transparent!important;
  }
  .modal .modal-actions{
    position:static!important;
    bottom:auto!important;
    z-index:auto!important;
    background:transparent!important;
  }
}
