From 59e55a1fa7d0b240e2d9fac30eacb0c597af23cb Mon Sep 17 00:00:00 2001 From: Boris Date: Mon, 7 Jul 2014 12:32:20 +1000 Subject: [PATCH] Fix not all content in reply panel visible due to panel overflowing on small Androids with keyboard up --- app/assets/stylesheets/mobile/compose.scss | 2 ++ 1 file changed, 2 insertions(+) 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 {