mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
A little more space for details dropdown
This commit is contained in:
parent
7b28ec9aed
commit
65a7abeca2
@ -47,21 +47,23 @@ export class Et2Details extends Et2Widget(SlDetails)
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.details.hoist {
|
||||
position: relative;
|
||||
}
|
||||
.details.hoist .details__body {
|
||||
position: absolute;
|
||||
z-index: var(--sl-z-index-drawer);
|
||||
background: var(--sl-color-neutral-0);
|
||||
box-shadow: var(--sl-shadow-large);
|
||||
width: 100%;
|
||||
border-radius: var(--sl-border-radius-small);
|
||||
border: 1px solid var(--sl-color-neutral-200);
|
||||
max-height: 15em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
`,
|
||||
.details.hoist {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.details.hoist .details__body {
|
||||
position: absolute;
|
||||
z-index: var(--sl-z-index-drawer);
|
||||
background: var(--sl-color-neutral-0);
|
||||
box-shadow: var(--sl-shadow-large);
|
||||
width: 100%;
|
||||
min-width: fit-content;
|
||||
border-radius: var(--sl-border-radius-small);
|
||||
border: 1px solid var(--sl-color-neutral-200);
|
||||
max-height: 15em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user