From 72fad33a0717459392e765bfbef6107bca94c7f0 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:39:30 +0300 Subject: [PATCH] M: Fix tooltip size for small screens --- .../frontend/src/features/oss/components/tooltip-oss-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/features/oss/components/tooltip-oss-item.tsx b/rsconcept/frontend/src/features/oss/components/tooltip-oss-item.tsx index f646344c..1d3a5d31 100644 --- a/rsconcept/frontend/src/features/oss/components/tooltip-oss-item.tsx +++ b/rsconcept/frontend/src/features/oss/components/tooltip-oss-item.tsx @@ -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 ? : null}