1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

tooltip fix

This commit is contained in:
Matthias Kretschmann 2020-10-06 22:11:43 +02:00
parent 6b901adf4e
commit ba39cfe653
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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}>