mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
Et2SelectEmail: Give dragged tags some z-index, so they go over the other controls
This commit is contained in:
parent
cd980c78df
commit
1b7f9d3ebc
@ -171,6 +171,7 @@ export class Et2SelectEmail extends Et2Select
|
|||||||
let dragPosition = {x:e.page.x, y:e.page.y};
|
let dragPosition = {x:e.page.x, y:e.page.y};
|
||||||
e.target.setAttribute('style', `width:${e.target.clientWidth}px !important`);
|
e.target.setAttribute('style', `width:${e.target.clientWidth}px !important`);
|
||||||
e.target.style.position = 'fixed';
|
e.target.style.position = 'fixed';
|
||||||
|
e.target.style.zIndex = 10;
|
||||||
e.target.style.transform =
|
e.target.style.transform =
|
||||||
`translate(${dragPosition.x}px, ${dragPosition.y}px)`;
|
`translate(${dragPosition.x}px, ${dragPosition.y}px)`;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user