mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
To calculate the max-height of buddy_list_wrapper, we use invite-link-height. This works alright if inviting is enabled for all. However for users who aren't permitted to invite, the element does not render, hence the logic uses `0` as default value for subtraction in `get_new_heights` function under resize.js. This leads to the keyboard-shortcut icon rendered below the browser window. Hence use the parent div `right-sidebar-shortcuts` height for the logic.
8.1 KiB
8.1 KiB