fix(trace viewer): screenshot click target placement

This commit is contained in:
Simon Knott 2024-10-15 11:37:24 +02:00
parent f80ec81311
commit d02baa4f17
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -23,7 +23,8 @@ export function ClickPointer({ point }: { point: { x: number; y: number } }) {
width: '20px',
height: '20px',
borderRadius: '10px',
margin: '-10px 0 0 -10px',
marginTop: 'var(--browser-frame-header-height)',
transform: 'translate(-50%, -50%)',
zIndex: 2147483646,
display: 'flex',
alignItems: 'center',