Merge pull request #5072 from matrix-org/bwindels/make-reply-not-overlay

Make reply preview not an overlay so you can see new messages
This commit is contained in:
Bruno Windels 2020-08-18 11:48:41 +00:00 committed by GitHub
commit 5c6a36f89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 14 deletions

View file

@ -15,10 +15,6 @@ limitations under the License.
*/
.mx_ReplyPreview {
position: absolute;
bottom: 0;
z-index: 1000;
width: 100%;
border: 1px solid $primary-hairline-color;
background: $primary-bg-color;
border-bottom: none;

View file

@ -44,10 +44,5 @@ limitations under the License.
overflow-y: auto;
}
}
.mx_SendMessageComposer_overlayWrapper {
position: relative;
height: 0;
}
}