FlowFuse / forge-ui-components

Set of FlowForge-themed VueJS components that can be used in any FlowForge web applications.
Apache License 2.0
3 stars 1 forks source link

Ensure ff-dialog doesn't extend off screen #25

Closed knolleary closed 2 years ago

knolleary commented 2 years ago

If a dialog has a lot of vertical content, then the current dialog expands off the top/bottom of the screen and the off-screen content cannot be reached.

This PR constrains the dialog to not expand off screen and makes the body scrollable if needed.

It also ensures the body is scrolled to the top whenever the dialog is opened.

Just to add - having very log dialogs isn't ideal, but even with smaller dialogs on small screens it will be an issue.