Fixed 15221

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-01-24 12:56:44 +01:00
parent fe4af4fb90
commit 02b552f958
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 0 deletions

View File

@ -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',