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

Conversation

justinkruit
Copy link
Contributor

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 #36347. Moving the show classes below the position classes fixes this problem.

Fixes #36347

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 justinkruit requested a review from a team as a code owner May 14, 2022 10:05
@mdo mdo added this to In progress in v5.2.0-stable via automation May 14, 2022
Copy link
Member

@mdo mdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for hunting this down!

v5.2.0-stable automation moved this from In progress to Reviewer approved May 14, 2022
@XhmikosR XhmikosR merged commit bb4f9d7 into twbs:main May 14, 2022
v5.2.0-stable automation moved this from Reviewer approved to Done May 14, 2022
@XhmikosR XhmikosR changed the title Offcanvas not showing with .showing Offcanvas not showing with .showing May 14, 2022
@XhmikosR XhmikosR changed the title Offcanvas not showing with .showing Fix offcanvas not showing with .showing May 14, 2022
crftwrk added a commit to bootscore/bootscore that referenced this pull request May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v5.2.0-stable
  
Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Offcanvas transition on mobile is wonky
3 participants