fixes: Reply box goes hidden and emoji input header section is broken. (#3121)
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
.conversation-panel {
|
.conversation-panel {
|
||||||
@include flex;
|
@include flex;
|
||||||
@include flex-weight(1);
|
@include flex-weight(1 1 1px);
|
||||||
@include margin($zero);
|
@include margin($zero);
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ $font-size-medium: 18px;
|
|||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
overflow: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: $space-smaller 0 0;
|
padding: $space-smaller 0 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user