mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:33:52 +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. |
||
---|---|---|
.. | ||
admin | ||
base | ||
components | ||
float-kit | ||
foundation | ||
modal | ||
select-kit | ||
d-editor.scss | ||
font-variables.scss | ||
input_tip.scss | ||
loading-slider.scss | ||
printer-friendly.scss | ||
software-update-prompt.scss | ||
topic-entrance.scss | ||
topic-timeline.scss | ||
whcm.scss |