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 the "sticky-top" class is added to a "container" class, it causes the element to jump to right 17 px when a modal is opened AND the page is larger that the viewport (scrollbar is vilible). It does work correctly if the element does not have the "container" class.
<div class="container sticky-top"> // jumps to right
<div class="sticky-top"> // works fine, but is full width
When the "sticky-top" class is added to a "container" class, it causes the element to jump to right 17 px when a modal is opened AND the page is larger that the viewport (scrollbar is vilible). It does work correctly if the element does not have the "container" class.
Using V4.1.3
Tested it with an example from https://getbootstrap.com/docs/4.1/examples/ to make sure it was not some CSS of my own that was causing the problem.
The text was updated successfully, but these errors were encountered: