]> cat aescling's git repositories - mastodon.git/commit
Make the compose area optionally scrollable.
authorDavid Yip <yipdw@member.fsf.org>
Thu, 19 Oct 2017 15:59:50 +0000 (10:59 -0500)
committerDavid Yip <yipdw@member.fsf.org>
Thu, 19 Oct 2017 15:59:50 +0000 (10:59 -0500)
commit9423553e5cbf49d1090adce9d525028c26e30133
tree564d32ccf5c209d902b0ef5a713d1476576576a9
parent90770f6d59624f8f1d8e43fa9f86ab92f130ee8b
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.
app/javascript/mastodon/features/compose/index.js
This page took 0.02467 seconds and 3 git commands to generate.