body.modal-open {
  overflow: hidden;
}

#history-modal {
    position: fixed;
    z-index: 9999;
}

#history-modal .bg-white {
  max-height: 80vh;
  overflow-y: auto;
}

#close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    line-height: 1;
    padding: 0.5rem;
}
