From 02b552f9580b7331ef81d764e56832ca3df845f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 24 Jan 2021 12:56:44 +0100 Subject: [PATCH] Fixed 15221 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/components/views/elements/PersistedElement.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/views/elements/PersistedElement.js b/src/components/views/elements/PersistedElement.js index 488af5c6a9..506266d2b6 100644 --- a/src/components/views/elements/PersistedElement.js +++ b/src/components/views/elements/PersistedElement.js @@ -165,6 +165,7 @@ export default class PersistedElement extends React.Component { const parentRect = parent.getBoundingClientRect(); Object.assign(child.style, { + zIndex: 10, position: 'absolute', top: parentRect.top + 'px', left: parentRect.left + 'px',