- Should modals be scrollable?
- What is the benefit of scrollbar?
- Is scrolling good UX?
- How do you get a scroll on modal?
Should modals be scrollable?
The goal is to keep context, therefore a modal should not take up the whole screen view. Content should fit the modal. If a scrollbar is needed, you may consider creating a new page instead.
What is the benefit of scrollbar?
A horizontal scroll bar enables the user to scroll the content of a window to the left or right. A vertical scroll bar enables the user to scroll the content up or down.
Is scrolling good UX?
With the average end user spending 69% of their media time on smartphones, attention to mobile UX features is a top priority. Scrolling is a vital part of this user experience, and it's one that's frequently underrated. Scrolling is how people will find your content.
How do you get a scroll on modal?
Use the . modal-dialog-scrollable class to enable scrolling inside the modal.