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