make aux panel behave vaguely intelligently

This commit is contained in:
Matthew Hodgson 2015-07-21 15:43:54 -07:00
parent 9af09de7d4
commit a2f5933417
3 changed files with 9 additions and 1 deletions

View file

@ -50,6 +50,10 @@ limitations under the License.
max-width: 720px;
width: 100%;
margin: auto;
overflow: scroll;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
.mx_RoomView_messagePanel {