mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-11-15 17:21:38 +03:00
M: Fix tooltip size for small screens
This commit is contained in:
parent
1d4555df58
commit
72fad33a07
|
|
@ -18,7 +18,7 @@ export function OperationTooltip() {
|
|||
clickable
|
||||
id={globalIDs.operation_tooltip}
|
||||
layer='z-topmost'
|
||||
className='max-w-140 dense max-h-120! overflow-y-auto!'
|
||||
className='max-w-100 lg:max-w-140 dense max-h-80 lg:max-h-120! overflow-y-auto!'
|
||||
hidden={!hoverItem}
|
||||
>
|
||||
{hoverItem && isOperationNode ? <InfoOperation operation={hoverItem} /> : null}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user