From 41682fa8d2d205aec145eb82a1b78d3ad0d309bc Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 27 Jan 2021 20:37:04 -0700 Subject: [PATCH] Update src/components/views/elements/PersistedElement.js --- src/components/views/elements/PersistedElement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/elements/PersistedElement.js b/src/components/views/elements/PersistedElement.js index 506266d2b6..07b01cb03f 100644 --- a/src/components/views/elements/PersistedElement.js +++ b/src/components/views/elements/PersistedElement.js @@ -165,7 +165,7 @@ export default class PersistedElement extends React.Component { const parentRect = parent.getBoundingClientRect(); Object.assign(child.style, { - zIndex: 10, + zIndex: 9, position: 'absolute', top: parentRect.top + 'px', left: parentRect.left + 'px',