/* Add this to your CSS file */
body.modal-open {
    overflow: hidden !important; /* !important ensures it overrides other styles */
    /* Optional: If your content shifts due to scrollbar disappearing, add padding-right */
    /* padding-right: 15px; /* Adjust as needed, based on typical scrollbar width */
}