Fix calling tools position

This commit is contained in:
trevor-signal 2023-11-15 15:09:11 -05:00 committed by GitHub
parent 982050bbe8
commit 93ab0e39df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -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;
}

View file

@ -507,9 +507,7 @@ export function CallScreen({
openSystemPreferencesAction={openSystemPreferencesAction}
/>
) : null}
<div
className={classNames('module-ongoing-call__header', controlsFadeClass)}
>
<div className={controlsFadeClass}>
<CallingHeader
callViewMode={activeCall.viewMode}
changeCallView={changeCallView}