From 3b687ee68d3103683e452aefcd280626736304e2 Mon Sep 17 00:00:00 2001 From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:35:15 -0700 Subject: [PATCH] Fix composer expand to be on top of message reactions --- stylesheets/components/ConversationView.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/components/ConversationView.scss b/stylesheets/components/ConversationView.scss index 8d5ab3034a21..6ef79e75f5e9 100644 --- a/stylesheets/components/ConversationView.scss +++ b/stylesheets/components/ConversationView.scss @@ -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.