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 1794d77 commit 426f9b7Copy full SHA for 426f9b7
src/firefly/js/tables/ui/TableRenderer.js
@@ -324,7 +324,7 @@ export const CellWrapper = React.memo( (props) => {
324
325
return (
326
<div onMouseEnter={checkOverflow}
327
- onMouseLeave={() => setHasActions(false)} style={{display: 'flex'}}>
+ onMouseLeave={() => setHasActions(false)} style={{display: 'flex', height: '100%'}}>
328
<div style={{textAlign, lineHeight, ...style}} className='public_fixedDataTableCell_cellContent'>
329
<CellRenderer {...omit(props, 'Content')} cellInfo={cellInfo}/>
330
</div>
0 commit comments