mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Fix some dialog's buttons are not getting fit into the dialog initiated size
This commit is contained in:
parent
55fd0cc76e
commit
91d36f88a3
@ -200,7 +200,8 @@ export class Et2Dialog extends Et2Widget(SlotMixin(SlDialog))
|
||||
css`
|
||||
:host {
|
||||
--header-spacing: var(--sl-spacing-medium);
|
||||
--body-spacing: var(--sl-spacing-medium)
|
||||
--body-spacing: var(--sl-spacing-medium);
|
||||
--width: auto;
|
||||
}
|
||||
.dialog__panel {
|
||||
border: 1px solid silver;
|
||||
@ -238,7 +239,6 @@ export class Et2Dialog extends Et2Widget(SlotMixin(SlDialog))
|
||||
pointer-events: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
:host(:not([isModal])) .dialog__panel {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user