Fix #157: Make draft column scrollable on overflow.
This commit is contained in:
parent
60ba13158d
commit
d5f69c18fd
@ -389,6 +389,10 @@ li.load-more {
|
|||||||
|
|
||||||
/* Draft form */
|
/* Draft form */
|
||||||
|
|
||||||
|
.draft .panel-body {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
@ -168,7 +168,7 @@ draftView ({ draft, currentUser } as model) =
|
|||||||
else
|
else
|
||||||
"Post a message"
|
"Post a message"
|
||||||
]
|
]
|
||||||
, div [ class "panel-body" ]
|
, div [ class "panel-body timeline" ]
|
||||||
[ currentUserView currentUser
|
[ currentUserView currentUser
|
||||||
, draftReplyToView draft
|
, draftReplyToView draft
|
||||||
, Html.form [ class "form", onSubmit SubmitDraft ]
|
, Html.form [ class "form", onSubmit SubmitDraft ]
|
||||||
|
Loading…
Reference in New Issue
Block a user