mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
popper placement
This commit is contained in:
parent
5340df0993
commit
2b8bb68d39
@ -38,7 +38,7 @@ export default class AccountStatus extends PureComponent<
|
|||||||
)}
|
)}
|
||||||
</Reference>
|
</Reference>
|
||||||
{this.state.isPopoverOpen && (
|
{this.state.isPopoverOpen && (
|
||||||
<Popper placement="bottom">
|
<Popper placement="auto">
|
||||||
{({ ref, style, placement }) => (
|
{({ ref, style, placement }) => (
|
||||||
<AccountPopover
|
<AccountPopover
|
||||||
forwardedRef={ref}
|
forwardedRef={ref}
|
||||||
|
Loading…
Reference in New Issue
Block a user