From 03b99a40b0f7be0f2da67a16bcf0b47cb35bd998 Mon Sep 17 00:00:00 2001 From: dtoro Date: Thu, 9 Apr 2026 20:22:13 +0200 Subject: [PATCH] fix: lock left sidebar row height on hover Switch tree and heap rows from py-0.5 to a fixed h-[24px] + leading-none so the hover-only kebab buttons can't stretch the row vertically as the pointer crosses them. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/heaps/HeapsPanel.tsx | 2 +- frontend/src/components/layout/LeftSidebar.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/heaps/HeapsPanel.tsx b/frontend/src/components/heaps/HeapsPanel.tsx index 1e35505..dc9cbc5 100644 --- a/frontend/src/components/heaps/HeapsPanel.tsx +++ b/frontend/src/components/heaps/HeapsPanel.tsx @@ -264,7 +264,7 @@ export function HeapsPanel() {