-
-
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
[BUG] longer navbar when open modal #28090
Comments
Can confirm. |
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via CodePen/JS Bin or Stackblitz and report back with your link, Bootstrap version, and specific browser and OS details. This is an automated reply |
Duplicate of #27071 |
The problem + the fix: https://codepen.io/SharakPL/pen/OdRayP but the real fix would be to leave padding and margin untouched and position with |
Closing as duplicate of #27071 |
About PC
Info
What I use when trap on it - https://pastebin.com/CCYbaU1n
About Bug
I create a Nav-Bar.
Next, I create a Modal (window).
Next, I add class sticky-top to Nav-Bar.
Next, I open a Modal, and get some ... fail? (check screenshot №2)
I try remove class sticky-top, and without this class I don't have this bug.
Screenshoots
Normal state:
After open modal window:
The text was updated successfully, but these errors were encountered: