Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(messagebox): make dialogue content scrollable and remove
height
…
… from dialogue header and action boxes (#1230) Sometimes dialogue boxes get too long and end up going off the screen, making the content impossible to see. This change fixes that by allowing the dialogue content to scroll. It also removes some height restrictions from the header and action sections since they didn’t seem to serve a clear purpose (to me) and might have been causing layout issues.
- Loading branch information