-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Offcanvas navbar expand leaves stray overlay #35594
Comments
Video of the issue offcanvas-resize-overlay.mp4 |
Solution likely involves some kind of resize listener somewhere that toggles the proper "close the offcanvas" logic. Unless we feel it's too much of an edge case... |
3 tasks
Note: In case of a resize listener we might want to address #33561 too |
Also related to #34720. |
This should be fixed with the JS changes coming in #35736. |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Describe the issue
A follow-up from #35577 - in the same scenario (an offcanvas navbar with
.navbar-expand-${breakpoint}
), if the offcanvas is opened, but then the browser window is resized, the offcanvas disappears but the semi-transparent overlay remains./cc @florianlacreuse
Reduced test cases
https://codepen.io/florianlacreuse/pen/wvreVxN
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.1.3
The text was updated successfully, but these errors were encountered: