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
Notice both overflow the body when viewport is sufficiently narrow
What is the expected behavior?
Expected behavior is for popovers to not overflow their container (like in Bootstrap 4.5.1).
What went wrong?
It seems like there's been some change in the inline styles that are applied by Popper where we no longer perform: transform: translate3d(x, y, z)
and instead use: transform: translate(x, y).
Any other comments?
Maybe this change from 10 months ago had something to do with it.
The text was updated successfully, but these errors were encountered:
Operating system and version (Windows, macOS, Android, iOS)
Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser)
--
Note: This bug seems to have been introduced during the transition from
"popper.js": "^1.16.1"
to"@popperjs/core": "^2.5.4"
.Steps to reproduce the problem
What is the expected behavior?
Expected behavior is for popovers to not overflow their container (like in Bootstrap 4.5.1).
What went wrong?
It seems like there's been some change in the inline styles that are applied by Popper where we no longer perform:
transform: translate3d(x, y, z)
and instead use:
transform: translate(x, y)
.Any other comments?
Maybe this change from 10 months ago had something to do with it.
The text was updated successfully, but these errors were encountered: