Fix broken RoomView CSS due to name clashes and splitting an element in

two.
This commit is contained in:
Erik Johnston
2015-07-16 09:43:05 +01:00
parent bc93aeb50e
commit edc3302d89
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ limitations under the License.
display: -webkit-flex;
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
-webkit-flex-direction: column;
}
@@ -65,7 +66,7 @@ limitations under the License.
margin-bottom: 60px;
/* background-color: #ff0; */
overflow-y: scroll;
overflow-y: scroll;
}
.mx_RoomView_messageListWrapper {