Merge pull request #2515 from borhub/fix-compose-panel-overflow-on-800x480-android

Mobile: Fix parts of reply panel out of viewport
This commit is contained in:
Sam 2014-07-07 15:12:15 +10:00
commit e8539ff411

View File

@ -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 {