fix: highlighting ui

This commit is contained in:
Rohit Rajan
2026-01-23 23:20:17 +05:30
parent 2afa8dc5d3
commit 655d159e1b
2 changed files with 1 additions and 2 deletions

View File

@@ -132,7 +132,6 @@ const BrowserRecordingSave = () => {
<Grid container>
<Grid item xs={12} md={3} lg={3}>
<div style={{
marginTop: '12px',
color: 'white',
position: 'absolute',
background: '#ff00c3',

View File

@@ -998,7 +998,7 @@ export const BrowserWindow = () => {
const iframeRect = iframeElement.getBoundingClientRect();
const IFRAME_X_PADDING = 16;
const IFRAME_Y_PADDING = 136;
const IFRAME_Y_PADDING = 126;
let mappedSimilarElements;
if (data.similarElements) {