don't let auxpanel push out the height of the roomview
parent
056017007a
commit
dd08f53756
|
@ -91,8 +91,8 @@ limitations under the License.
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
|
|
||||||
-webkit-flex: 0 0 auto;
|
-webkit-flex: 0 1 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_messagePanel {
|
.mx_RoomView_messagePanel {
|
||||||
|
|
Loading…
Reference in New Issue