[scss.container] fixed chrome flex-column issue

This commit is contained in:
xdrm-brackets 2018-04-04 12:36:57 +02:00
parent 32863dbe26
commit 30541caf1c
1 changed files with 3 additions and 2 deletions

View File

@ -90,14 +90,15 @@
background-color: $container-bg; background-color: $container-bg;
flex-direction: column; flex-flow: row wrap;
flex-wrap: nowrap;
overflow: auto; overflow: auto;
// {1} Message Container // // {1} Message Container //
div.message{ div.message{
flex: 0 1 100%;
display: flex; display: flex;
position: relative; position: relative;