Modals
Modal layout offers a mechanic to display a view on top of everything, while disabling interaction with the background.
✋ This is a modal.
Some JS are required to:
- disable background scroll.
- offer ability to click the background overlay to close the modal (optional).
To fix:
- When there is lot of content you cannot see the top of the modal on small screen (flex and scroll issue).