• Stefy Lanza (nextime / spora )'s avatar
    Rename modal classes to custom-modal to avoid Bootstrap conflicts · e4ad3d95
    Stefy Lanza (nextime / spora ) authored
    Bootstrap's JavaScript modal system was interfering with our custom modals
    because both used the .modal class. Renamed all modal-related classes to
    use custom- prefix:
    - .modal -> .custom-modal
    - .modal-dialog -> .custom-modal-dialog
    - .modal-header -> .custom-modal-header
    - .modal-body -> .custom-modal-body
    - .modal-footer -> .custom-modal-footer
    - .modal-title -> .custom-modal-title
    
    This prevents Bootstrap from trying to manage our custom modals.
    e4ad3d95
user_tokens.html 23.9 KB