/* Add this to your CSS file */
.no-scroll {
    overflow: hidden;
  }
  
  .modal-content {
    z-index: 9999; /* Make sure the modal is on top */
}