lots of missing -webkit-flex for safari

healthdemo
Matthew Hodgson 2015-08-11 21:00:33 +01:00
parent a20b4d2d2c
commit 3fc4aee269
4 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,7 @@ limitations under the License.
-webkit-order: 1;
order: 1;
-webkit-flex: 1;
flex: 1;
}

View File

@ -40,6 +40,7 @@ limitations under the License.
order: 1;
overflow-y: scroll;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}

View File

@ -46,6 +46,7 @@ limitations under the License.
background-color: #fff;
order: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0px;
}

View File

@ -32,6 +32,7 @@ limitations under the License.
}
.mx_RoomDirectory_list {
-webkit-flex: 1;
flex: 1;
display: -webkit-box;
@ -57,6 +58,7 @@ limitations under the License.
.mx_RoomDirectory_tableWrapper {
overflow-y: scroll;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}