fix: highlighting ui
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user