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
I had a situation where the closing of one modal was displaying a new modal dialog, who were both using the same frost-modal-outlet. The size of the previously-displayed content was causing the new modal dialog to be displayed with a lot of blank space, causing the need to scroll up to see the content, which when displayed would cause the scrollbar to disappear.
This was due to the shared frost-modal-outlet and the previous content size(ing) being used for the new display. Giving each modal (dialog) their own outlet resolved this.
The text was updated successfully, but these errors were encountered:
I had a situation where the closing of one modal was displaying a new modal dialog, who were both using the same
frost-modal-outlet
. The size of the previously-displayed content was causing the new modal dialog to be displayed with a lot of blank space, causing the need to scroll up to see the content, which when displayed would cause the scrollbar to disappear.This was due to the shared
frost-modal-outlet
and the previous content size(ing) being used for the new display. Giving each modal (dialog) their own outlet resolved this.The text was updated successfully, but these errors were encountered: