[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)

This commit is contained in:
Aidan
2026-06-10 23:27:26 -07:00
committed by GitHub
parent 4caceab927
commit b3f91408fc
@@ -1380,7 +1380,7 @@ const BrowserCard: React.FC<Props> = ({
position: 'absolute',
cursor: CURSOR_MAP[dir],
opacity: 0,
zIndex: 10,
zIndex: 20,
...sx,
}}
/>