mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
tooltip fix
This commit is contained in:
parent
6b901adf4e
commit
ba39cfe653
@ -67,7 +67,7 @@ export default function Tooltip({
|
||||
zIndex={1}
|
||||
trigger={trigger || 'mouseenter focus'}
|
||||
disabled={disabled || null}
|
||||
placement={placement}
|
||||
placement={placement || 'auto'}
|
||||
render={(attrs: any) => (
|
||||
<animated.div style={props}>
|
||||
<div className={styles.content} {...attrs}>
|
||||
|
Loading…
Reference in New Issue
Block a user