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} -
+