@@ -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',
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user