[scss.container] fixed chrome flex-column issue
This commit is contained in:
parent
32863dbe26
commit
30541caf1c
|
@ -90,14 +90,15 @@
|
|||
|
||||
background-color: $container-bg;
|
||||
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
flex-flow: row wrap;
|
||||
|
||||
overflow: auto;
|
||||
|
||||
// {1} Message Container //
|
||||
div.message{
|
||||
|
||||
flex: 0 1 100%;
|
||||
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
|
|
Loading…
Reference in New Issue