From b3f91408fc781c728b0c35d602ea35ed44353c4c Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 10 Jun 2026 23:27:26 -0700 Subject: [PATCH] [aidan] browser-card: top edge / corners now resize the card, the tab bar was eating the inside 3px of the n/nw/ne handles (zIndex 16 vs 10), so a top grab started a card drag and focused the webview (#71) --- frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx index 31862f43..78c2c734 100644 --- a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx +++ b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx @@ -1380,7 +1380,7 @@ const BrowserCard: React.FC = ({ position: 'absolute', cursor: CURSOR_MAP[dir], opacity: 0, - zIndex: 10, + zIndex: 20, ...sx, }} />