Adjust Raised Hands button and toast visibility
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user