forked from extern/egroupware
Add max-height to Details content container
This commit is contained in:
parent
8b4b66a17e
commit
53baf00ebf
@ -58,6 +58,8 @@ export class Et2Details extends Et2Widget(SlDetails)
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: var(--sl-border-radius-small);
|
border-radius: var(--sl-border-radius-small);
|
||||||
border: 1px solid var(--sl-color-neutral-200);
|
border: 1px solid var(--sl-color-neutral-200);
|
||||||
|
max-height: 15em;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user