Merge pull request #961 from RohitR311/ui-fix

fix: highlighting ui
This commit is contained in:
Karishma Shukla
2026-01-23 23:22:24 +05:30
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

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

View File

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