zulip/static
Anders Kaseorg 0310c3def4 css: Fix weird checkbox scrolling bug in Chrome.
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>
2019-07-22 10:56:19 -07:00
..
assets generate-custom-icon-webfont: Replace with webpack webfonts-loader. 2019-07-18 12:00:00 -07:00
audio notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
generated
html HTML validation: Remove xmlns:svg attribute. 2018-07-09 09:45:42 +05:30
images portico: Remove core-team profiles from /team. 2019-06-03 12:14:40 -07:00
js auth: Migrate google auth to python-social-auth. 2019-07-21 20:51:34 -07:00
styles css: Fix weird checkbox scrolling bug in Chrome. 2019-07-22 10:56:19 -07:00
templates settings: Update upgrade text and styling. 2019-07-21 14:32:36 -07:00
third typeahead: Support custom selection triggers in bootstrap typeahead. 2019-07-21 20:18:48 -07:00
.gitignore generate-custom-icon-webfont: Replace with webpack webfonts-loader. 2019-07-18 12:00:00 -07:00
favicon.ico