This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/javascript/mastodon/features/compose
David Yip 9423553e5c Make the compose area optionally scrollable.
On desktop, the compose text box grows to accommodate the content.  On
mobile, the text box does not grow to accommodate text context, but does
grow to accommodate images.  It is possible in both cases to overflow
the available area, which makes accessing other UI elements (e.g.
visibility setttings) difficult.

This commit makes the compose area optionally scrollable, which allows
those UI elements to remain available even if they go off-screen.
2017-10-19 10:59:50 -05:00
..
components formatting fix for eslint 2017-10-18 23:44:06 +02:00
containers Merge remote-tracking branch 'upstream/master' into gs-master 2017-10-16 09:23:59 -05:00
util Reduce discrepancies between server and client-side character count (#5360) 2017-10-12 23:26:34 +02:00
index.js Make the compose area optionally scrollable. 2017-10-19 10:59:50 -05:00