From 401362f1d46032eeee2c94ddc8f088a16572715d Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Fri, 12 May 2023 16:50:19 -0400 Subject: [PATCH] Ensure back button in conversation header remains clickable --- stylesheets/components/ConversationHeader.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/components/ConversationHeader.scss b/stylesheets/components/ConversationHeader.scss index 502262fb515..864bd8417a1 100644 --- a/stylesheets/components/ConversationHeader.scss +++ b/stylesheets/components/ConversationHeader.scss @@ -68,6 +68,7 @@ &--show { opacity: 1; margin-inline: 24px 6px; + -webkit-app-region: no-drag; } @include light-theme {