Skip to content

Commit d973d83

Browse files
committed
fix: element highlighting overlapping the boxes
1 parent b4a6597 commit d973d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4176,7 +4176,7 @@ function RemoteFunctions(config = {}) {
41764176
"top": offset.top + "px",
41774177
"width": elementBounds.width + "px",
41784178
"height": elementBounds.height + "px",
4179-
"z-index": 2147483646,
4179+
"z-index": 2147483645,
41804180
"margin": 0,
41814181
"padding": 0,
41824182
"position": "absolute",

0 commit comments

Comments
 (0)