back out previous bodges to flexbox to make geminiscrollbar work in FF

This commit is contained in:
Matthew Hodgson 2015-11-13 02:29:18 +00:00
parent 36b7deac35
commit 2cf0ceb260
2 changed files with 2 additions and 20 deletions

View file

@ -105,16 +105,14 @@ limitations under the License.
-webkit-flex: 1 1 0;
flex: 1 1 0;
/* specify width and margin in here rather than the wrapper otherwise gemini-scrollbars gets confused */
min-width: 0px;
max-width: 960px;
width: 100%;
margin: auto;
overflow-y: auto;
}
.mx_RoomView_messageListWrapper {
max-width: 960px;
margin: auto;
}
.mx_RoomView_MessageList {