Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: modal-open class remains on body after modal closed #437

Merged
merged 1 commit into from Jun 22, 2020

Commits on Jun 22, 2020

  1. fix: modal-open class remains on body after modal closed

    The modal-open class remains on the body tag even after the modal is
    closed. This is an issue of the reactstrap library
    (reactstrap/reactstrap#1323) which is already
    fixed buy not released yet.
    
    Added a temporary work-around to remove the modal-open class when modal
    is closed.
    
    Closes #426
    Gido Manders committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e6a7e2d View commit details
    Browse the repository at this point in the history