Update src/components/views/elements/PersistedElement.js

This commit is contained in:
Travis Ralston 2021-01-27 20:37:04 -07:00 committed by GitHub
parent 02b552f958
commit 41682fa8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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