We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551270e commit 5f0c3f5Copy full SHA for 5f0c3f5
ui/tx/TxExternalTxs.tsx
@@ -31,6 +31,8 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
31
hash={ txHash }
32
href={ externalTxFeature.explorerUrlTemplate.replace('{hash}', txHash) }
33
isExternal
34
+ // tooltip inside tooltip doesn't work well
35
+ noTooltip
36
/>
37
)) }
38
</Flex>
@@ -41,6 +43,7 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
41
43
<Tooltip
42
44
content={ content }
45
variant="popover"
46
+ interactive
47
positioning={{ placement: 'bottom-end' }}
48
openDelay={ 300 }
49
contentProps={{ w: { base: '300px', lg: '460px' } }}
0 commit comments