mirror of https://github.com/vector-im/riot-web
Update src/components/views/elements/PersistedElement.js
parent
02b552f958
commit
41682fa8d2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue