From 4c6685a3c81ab327d5ea84840709f4cb115fe152 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 10 Jun 2026 22:41:18 -0700 Subject: [PATCH] [eric] ui: app-builder resize line is uniform width, lift the handle above the panels so neither bg clips it --- frontend/src/app/pages/Views/ViewEditor.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/app/pages/Views/ViewEditor.tsx b/frontend/src/app/pages/Views/ViewEditor.tsx index 70a10306..b142fdeb 100644 --- a/frontend/src/app/pages/Views/ViewEditor.tsx +++ b/frontend/src/app/pages/Views/ViewEditor.tsx @@ -1072,6 +1072,10 @@ const ViewEditor: React.FC = ({ output }) => { flexShrink: 0, cursor: 'col-resize', position: 'relative', + // Above both panels so neither one's background clips the overlapping + // line (the right panel paints later and was half-covering it, which + // made the line look thicker only where the header is transparent). + zIndex: 2, bgcolor: 'transparent', transition: 'background-color 0.15s', '&::after': {