Update src/components/views/elements/PersistedElement.js
This commit is contained in:
parent
02b552f958
commit
41682fa8d2
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ export default class PersistedElement extends React.Component {
|
||||||
|
|
||||||
const parentRect = parent.getBoundingClientRect();
|
const parentRect = parent.getBoundingClientRect();
|
||||||
Object.assign(child.style, {
|
Object.assign(child.style, {
|
||||||
zIndex: 10,
|
zIndex: 9,
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: parentRect.top + 'px',
|
top: parentRect.top + 'px',
|
||||||
left: parentRect.left + 'px',
|
left: parentRect.left + 'px',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue