mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Merge pull request #5568 from SimonBrandner/fix-15221
Increase PersistedElement's z-index
This commit is contained in:
commit
41068c7849
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ export default class PersistedElement extends React.Component {
|
|||
|
||||
const parentRect = parent.getBoundingClientRect();
|
||||
Object.assign(child.style, {
|
||||
zIndex: 9,
|
||||
position: 'absolute',
|
||||
top: parentRect.top + 'px',
|
||||
left: parentRect.left + 'px',
|
||||
|
|
Loading…
Reference in a new issue