/* Modal/backdrop must be above any sticky bars */
.modal{z-index:1060 !important;}
.modal-backdrop{z-index:1050 !important;}
/* Hide month summary when modal is open */
html:has(.modal.show) .month-summary,
html:has(.modal.show) [data-month-summary]{
  display:none !important;
}
