mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
[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:
@@ -1380,7 +1380,7 @@ const BrowserCard: React.FC<Props> = ({
|
||||
position: 'absolute',
|
||||
cursor: CURSOR_MAP[dir],
|
||||
opacity: 0,
|
||||
zIndex: 10,
|
||||
zIndex: 20,
|
||||
...sx,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user