From 93ab0e39dfd630eefd449b2c2374215224a4c840 Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:09:11 -0500 Subject: [PATCH] Fix calling tools position --- stylesheets/_modules.scss | 3 --- ts/components/CallScreen.tsx | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 45f1289f65..cd82294553 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -3736,9 +3736,6 @@ button.module-image__border-overlay:focus { &__container { &--direct:not(&--call-not-started) { - .module-ongoing-call__header { - position: absolute; - } .module-ongoing-call__footer { position: absolute; } diff --git a/ts/components/CallScreen.tsx b/ts/components/CallScreen.tsx index 4c8ede028f..57f3550871 100644 --- a/ts/components/CallScreen.tsx +++ b/ts/components/CallScreen.tsx @@ -507,9 +507,7 @@ export function CallScreen({ openSystemPreferencesAction={openSystemPreferencesAction} /> ) : null} -
+