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 offcanvas not showing with .showing #36353

Merged
merged 1 commit into from May 14, 2022

Commits on May 14, 2022

  1. Offcanvas not showing with .showing

    The transform of .showing was being overridden by .offcanvas.offcanvas-start, while .show wasn't. This resulted in an illusion of the offcanvas waiting for the backdrop, reported in twbs#36347. Moving the show classes below the position classes fixes this problem.
    justinkruit committed May 14, 2022
    Copy the full SHA
    3538a41 View commit details
    Browse the repository at this point in the history