mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
It was not possible to scroll to the bottom of the list on narrow-width when only single column was displayed on the settings overlay. This commit fixes the height of the sidebar and set to "100% - height of header - height of tab-container" which fixes the scroll behavior. This is not a issue for two-column overlay where height is set to "100% - height of header" (the tab-container is already inside the header). This duplicates some CSS to avoid using "!important". While doing this duplication, we remove "margin: 0" and "display: block" since these are already set as default values. Fixes #22876. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio/notification_sounds | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||