mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:48:45 +08:00
df90c7f0c1
This fixes an issue where, on a textarea with a lot of text, the cursor would jump when adding a new line. See video in PR for a repro. This is a Chrome bug with scroll anchoring. Refs: https://bugs.chromium.org/p/chromium/issues/detail?id=997266 The fix here disables `overflow-anchor` on the composer textarea. There should be no side effects to this change, as scroll anchoring is likely not needed for the composer textarea element. |
||
---|---|---|
.. | ||
common | ||
desktop | ||
mobile | ||
vendor | ||
admin_rtl.scss | ||
admin.scss | ||
color_definitions.scss | ||
common.scss | ||
desktop_rtl.scss | ||
desktop.scss | ||
embed.scss | ||
ember_cli.scss | ||
mobile_rtl.scss | ||
mobile.scss | ||
publish.scss | ||
qunit-custom.scss | ||
qunit.scss | ||
wcag.scss | ||
wizard_rtl.scss | ||
wizard.scss |