mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-25 05:49:28 +00:00
8038a27ca4
This adds a `StatusModalDivider` to the header and footer so they don't have to be put into `content` and therefore won't scroll out of the viewport if the content exceeds the modal height. The footer divider is only rendered when there's indeed action buttons provided. Closes #265