mirror of https://github.com/zulip/zulip.git
0310c3def4
This fixes a problem in Chrome where checking our styled checkboxes in the stream creation form sometimes caused parts of the page to scroll in weird ways or disappear. The issue was that the hidden `position: absolute` checkboxes weren’t scrolling with the `#stream-creation` scrollbar, which is `overflow: auto`, not SimpleBar. When you focused them, Chrome tried to scroll them into view by whatever means necessary. In this case, the necessary means were to scroll the `.subscriptions-container`, which is `overflow: hidden`. Signed-off-by: Anders Kaseorg <anders@zulipchat.com> |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
styles | ||
templates | ||
third | ||
.gitignore | ||
favicon.ico |