Adjust Raised Hands button and toast visibility
This commit is contained in:
parent
5ff101e27a
commit
e724f36b79
10 changed files with 79 additions and 31 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue