From 9423553e5cbf49d1090adce9d525028c26e30133 Mon Sep 17 00:00:00 2001 From: David Yip Date: Thu, 19 Oct 2017 10:59:50 -0500 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/compose/index.js b/app/javascript/mastodon/features/compose/index.js index 41a97d550..a487f2c89 100644 --- a/app/javascript/mastodon/features/compose/index.js +++ b/app/javascript/mastodon/features/compose/index.js @@ -105,7 +105,7 @@ export default class Compose extends React.PureComponent {
-
+