mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
This commit is contained in:
parent
4129d5e894
commit
6d5466dd75
|
@ -9,9 +9,11 @@ export function OperationTooltip() {
|
|||
const hoverOperation = useOperationTooltipStore(state => state.activeOperation);
|
||||
return (
|
||||
<Tooltip
|
||||
clickable
|
||||
id={globalIDs.operation_tooltip}
|
||||
layer='z-topmost'
|
||||
className='max-w-[35rem] max-h-[40rem] dense'
|
||||
className='max-w-[35rem] dense'
|
||||
style={{ maxHeight: '30rem', overflowY: 'auto' }}
|
||||
hidden={!hoverOperation}
|
||||
>
|
||||
{hoverOperation ? <InfoOperation operation={hoverOperation} /> : null}
|
||||
|
|
Loading…
Reference in New Issue
Block a user