Multiple UI elements have a text area with a vertical scroll bar. This can be refactored into a reusable component to reduce code duplication and improve UI consistency.
Tasks:
- Create
ScrollableTextView component
- Refactor
MsgPopup to use new component
- Refactor
DetailsComponent to use new component