diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index e8ab1a06bba..4f39cb769b7 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -86,6 +86,7 @@ display: none; } // The various states &.open { + max-height: 100%; // ensure no overflow e.g. on small Android height: 270px; } &.closed { @@ -155,6 +156,7 @@ display: none; // a small screen mobile device &.edit-title { &.open { + max-height: 100%; // ensure no overflow e.g. on small Android height: 250px; } .contents {