Created by: zalog
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:
- in case of a
.fixed-*
we have padding-right on that - in case of a no fixed navbar, we have padding-right on body
Here you have a pen and a demo:
What do you think?