mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Earlier, if the content of the modal (apart from the header and footer) overflowed, the whole modal would become scrollable which would hide the modal header and footer on scrolling. This commit makes only the modal content scrollable and keeps the modal header and footer static.