Open arturhun opened 5 years ago
Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.
Find more details about Angular's feature request process in our documentation.
Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.
We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.
You can find more details about the feature request process in our documentation.
Please describe the feature you would like to request.
Overlay.position() should offer a way to display really tall modals without adjusting their height to max 100% of the viewport/backdrop.
current positioning:
as you see the panel stretches only as tal as viewport permits, thus truncating the contents.
What is the use-case or motivation for this proposal?
There are cases where modal is used to display lengthy information (long lists, rich restaurant menus, etc). In such a case designer often choose to display the modal as tall as need be, rather than displaying a scrollbar. The backdrop height is just
auto
.Is there anything else we should know?