Fix the background color flashing when joining a call (#9640)
Because the persisted widget element takes an extra layout tick to be moved into place, you would briefly see the background color of the call view flash into view when joining a call. Giving the widget tile a background fixes this.
This commit is contained in:
parent
563b815108
commit
ad090ac4cd
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ limitations under the License.
|
|||
width: auto;
|
||||
height: 100%;
|
||||
border: none;
|
||||
border-radius: inherit;
|
||||
background-color: $call-lobby-background;
|
||||
}
|
||||
|
||||
/* While the lobby is shown, the widget needs to stay loaded but hidden in the background */
|
||||
|
|
Loading…
Reference in a new issue