mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
commit
e8539ff411
@ -86,6 +86,7 @@ display: none;
|
|||||||
}
|
}
|
||||||
// The various states
|
// The various states
|
||||||
&.open {
|
&.open {
|
||||||
|
max-height: 100%; // ensure no overflow e.g. on small Android
|
||||||
height: 270px;
|
height: 270px;
|
||||||
}
|
}
|
||||||
&.closed {
|
&.closed {
|
||||||
@ -155,6 +156,7 @@ display: none;
|
|||||||
// a small screen mobile device
|
// a small screen mobile device
|
||||||
&.edit-title {
|
&.edit-title {
|
||||||
&.open {
|
&.open {
|
||||||
|
max-height: 100%; // ensure no overflow e.g. on small Android
|
||||||
height: 250px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
.contents {
|
.contents {
|
||||||
|
Loading…
Reference in New Issue
Block a user