From c9415dcf6770056754219af3f3e546d7fd0bcc53 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Fri, 25 Jun 2021 16:09:40 -0400 Subject: [PATCH] Fix disappearing composition are during incoming call --- stylesheets/_modules.scss | 3 +++ stylesheets/components/App.scss | 1 + 2 files changed, 4 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 94e4e9ea57..1bb7ba113c 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5383,6 +5383,9 @@ button.module-image__border-overlay:focus { display: flex; justify-content: space-between; padding-top: var(--title-bar-drag-area-height); + position: absolute; + width: 100%; + z-index: 2; } .module-incoming-call__contact { diff --git a/stylesheets/components/App.scss b/stylesheets/components/App.scss index 7238b2a766..f8cbbe027d 100644 --- a/stylesheets/components/App.scss +++ b/stylesheets/components/App.scss @@ -1,5 +1,6 @@ .App { height: 100%; + position: relative; &.light-theme { background-color: $color-white;