Fix composer expand to be on top of message reactions
This commit is contained in:
parent
a24bdc8bd3
commit
3b687ee68d
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
margin: 0;
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
-webkit-padding-start: 0px;
|
||||
|
@ -46,6 +47,9 @@
|
|||
}
|
||||
|
||||
&__composition-area {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
// We need to use the wrapper because the conversation view calculates the height of all
|
||||
// things in the composition area. A margin on an inner div won't be included in that
|
||||
// height calculation.
|
||||
|
|
Loading…
Reference in a new issue