You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use header navbar fixed-top and I open a modal and it adds margin-right: 16px to the body element the navbar fixed-top doesn't move to the left like all the page.
If I use sticky-top (at least in Chrome) it works.
Is it really useful to add that margin-right: 16px ?
Can we agree on leave there the scrollbar? Why we need to hide it?
Also in some retina display I can really see some pixel movement when I open modal, as if we were to use 17px.
The text was updated successfully, but these errors were encountered:
Bootstrap v4.1.1.
When I use header
navbar fixed-top
and I open a modal and it addsmargin-right: 16px
to the body element thenavbar fixed-top
doesn't move to the left like all the page.If I use
sticky-top
(at least in Chrome) it works.Is it really useful to add that
margin-right: 16px
?Can we agree on leave there the scrollbar? Why we need to hide it?
Also in some retina display I can really see some pixel movement when I open modal, as if we were to use
17px
.The text was updated successfully, but these errors were encountered: