Fix tooltip position (#14656)

This commit is contained in:
Geido 2021-05-18 01:49:06 +03:00 committed by GitHub
parent 9a9f093e63
commit b5e9854ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ class TableElement extends React.PureComponent {
> >
<Tooltip <Tooltip
id="copy-to-clipboard-tooltip" id="copy-to-clipboard-tooltip"
placement="top" placement="topLeft"
style={{ cursor: 'pointer' }} style={{ cursor: 'pointer' }}
title={table.name} title={table.name}
trigger={['hover']} trigger={['hover']}