mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Et2Email: Fix [readonly][rows=1] popup position & z-index issue
This commit is contained in:
parent
f5baa7ee60
commit
684d509d03
@ -1148,7 +1148,7 @@ export class Et2Email extends Et2InputWidget(LitElement) implements SearchMixinI
|
||||
}
|
||||
|
||||
// Offset distance to open _over_ the rest
|
||||
let distance = (-1 * parseInt(getComputedStyle(this).height));
|
||||
let distance = (-1 * parseInt(getComputedStyle(this).height)) + 1;
|
||||
return html`
|
||||
<sl-popup
|
||||
active
|
||||
@ -1315,8 +1315,8 @@ export class Et2Email extends Et2InputWidget(LitElement) implements SearchMixinI
|
||||
>
|
||||
<slot name="label">${this.label}</slot>
|
||||
</label>
|
||||
${this.readonlyHoverTemplate()}
|
||||
<div part="form-control-input" class="form-control-input">
|
||||
${this.readonlyHoverTemplate()}
|
||||
<sl-popup
|
||||
class=${classMap({
|
||||
email: true,
|
||||
|
Loading…
Reference in New Issue
Block a user