-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
What
If you remove a visible KModal from your view programmatically (i.e. unmount it), a k-modal-overflow-hidden class remains on the root/body node preventing any further scrolling by the user.
Repro
Given two different routes, one with a modal and one without.
- Navigate to the view without the modal
- Then navigate to the view with the modal.
- Open the modal, and do not close it
- Use your browsers back button to navigate back to the view with no modal
- Verify
k-modal-overflow-hiddenremains on the root body element, and you can no longer scroll the page.
Let me know if you need any more info π
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels