-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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(js): removes .modal .navbar-toggler margin #25745
Conversation
Please fix unit tests and it would be rad 👍 |
Yep, done. We're on green now. |
Deleted our unit test, isn't a good solution, unless this case is already covered by a present unit test |
I deleted the tests about Hmm... or is something that I'm missing? Sorry |
But you made some changes, so we should test that |
d7b674f
to
f407330
Compare
f407330
to
16c3f22
Compare
Hey there! We're automatically closing this issue since the original poster (or another commenter) hasn't yet responded to the question or request made to them 14 days ago. We therefore assume that the user has lost interest or resolved the problem on their own. Closed issues that remain inactive for a long period may get automatically locked. Don't worry though; if this is in error, let us know with a comment and we'll be happy to reopen the issue. Thanks! (Please note that this is an automated comment.) |
95e8b74
to
dba812b
Compare
7d1398b
to
f91b716
Compare
f91b716
to
9105feb
Compare
The problem is that
.navbar-toggler
flips left when we open a bs modal dialog (gif or pen below).I don't think we need to adjust
.navbar-toggler
in this case.We'll always have a parent that manage to adjust the missing scroll width:
.fixed-*
we have padding-right on thatHere you have a pen and a demo:
What do you think?