Commit 5f0c3f5c authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Neon: Can't open transaction from tooltip on Transaction details page (#2758)

parent 551270e7
......@@ -31,6 +31,8 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
hash={ txHash }
href={ externalTxFeature.explorerUrlTemplate.replace('{hash}', txHash) }
isExternal
// tooltip inside tooltip doesn't work well
noTooltip
/>
)) }
</Flex>
......@@ -41,6 +43,7 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
<Tooltip
content={ content }
variant="popover"
interactive
positioning={{ placement: 'bottom-end' }}
openDelay={ 300 }
contentProps={{ w: { base: '300px', lg: '460px' } }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment