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
Describe the bug
I have a modal dialog (main) where the user can also open additional (child) modal dialogs. The main modal can scroll off the bottom of the screen. When the user closes a child modal the main modal immediately scrolls to the top.
To Reproduce
Steps to reproduce the behavior:
Create and show a modal that has has content that causes the height of it to be larger than the screen height (main)
Scroll down
Inside the main modal, create and show another modal (child)
Close the child modal
Observe that the main modal has scrolled to the top
Expected behavior
The main modal should maintain it's original scroll position.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a modal dialog (main) where the user can also open additional (child) modal dialogs. The main modal can scroll off the bottom of the screen. When the user closes a child modal the main modal immediately scrolls to the top.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The main modal should maintain it's original scroll position.
The text was updated successfully, but these errors were encountered: