Adjust Raised Hands button and toast visibility

This commit is contained in:
ayumi-signal 2023-12-08 12:15:18 -08:00 committed by GitHub
parent 5ff101e27a
commit e724f36b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 79 additions and 31 deletions

View file

@ -249,8 +249,10 @@ export function CallingButtonToastsContainer(
maxNonPersistentToasts={1}
region={toastRegionRef}
>
<div className="CallingButtonToasts" ref={toastRegionRef} />
<CallingButtonToasts {...props} />
<div className="CallingButtonToasts__outer">
<div className="CallingButtonToasts" ref={toastRegionRef} />
<CallingButtonToasts {...props} />
</div>
</CallingToastProvider>
);
}