Fix calling tools position
This commit is contained in:
parent
982050bbe8
commit
93ab0e39df
2 changed files with 1 additions and 6 deletions
|
@ -3736,9 +3736,6 @@ button.module-image__border-overlay:focus {
|
||||||
|
|
||||||
&__container {
|
&__container {
|
||||||
&--direct:not(&--call-not-started) {
|
&--direct:not(&--call-not-started) {
|
||||||
.module-ongoing-call__header {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.module-ongoing-call__footer {
|
.module-ongoing-call__footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
|
@ -507,9 +507,7 @@ export function CallScreen({
|
||||||
openSystemPreferencesAction={openSystemPreferencesAction}
|
openSystemPreferencesAction={openSystemPreferencesAction}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
<div
|
<div className={controlsFadeClass}>
|
||||||
className={classNames('module-ongoing-call__header', controlsFadeClass)}
|
|
||||||
>
|
|
||||||
<CallingHeader
|
<CallingHeader
|
||||||
callViewMode={activeCall.viewMode}
|
callViewMode={activeCall.viewMode}
|
||||||
changeCallView={changeCallView}
|
changeCallView={changeCallView}
|
||||||
|
|
Loading…
Reference in a new issue