zulip: bug: recent PMs > more conversations too long and without scroll bar
when I click on ‘more conversations’ under Private Messages a huge list opens that extends beyond my screen. Stream disappear entirely. Only a click on Home rescues me from it.
It should be a lot shorter and with a scroll bar.

About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 25 (15 by maintainers)
Commits related to this issue
- left-sidebar: Add max-height to private message container. This PR fixes a UI bug which was caused due to not setting the max height of users list in private message container. Fixes: #5384. — committed to akashnimare/zulip by akashnimare 6 years ago
- left-sidebar: Add max-height to private message container. This PR fixes a UI bug which was caused due to not setting the max height of users list in private message container. Fixes: #5384. — committed to akashnimare/zulip by akashnimare 6 years ago
- left-sidebar: Add max-height to private message container. This fixes a UI bug where if a user had a lot of recent private message threads, they'd take over the entire left sidebar. This was caused ... — committed to ljagielski2/zulip by akashnimare 6 years ago
- left_sidebar: Add scrollbar for private messages region. This fixes a longstanding UI issue when you have way too many recent private message conversations, as you can now scroll down the list to fin... — committed to ericgumba/zulip by Raghavareddy21 5 years ago
- left_sidebar: Add scrollbar for private messages region. This fixes a longstanding UI issue when you have way too many recent private message conversations, as you can now scroll down the list to fin... — committed to Nikhil-Vats/zulip by Raghavareddy21 5 years ago
See also #5404, where Robert is advocating for the collapse strategy for streams/topics. We should try to solve both of these issues in a consistent way. I’m leaning toward the collapse strategy.