mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-06 19:21:15 +01:00
13 lines
226 B
TypeScript
13 lines
226 B
TypeScript
import {css} from 'lit';
|
|
|
|
export default css`
|
|
:host {
|
|
}
|
|
|
|
.file__file-list::part(popup) {
|
|
min-width: 25em;
|
|
background-color: var(--sl-panel-background-color);
|
|
overflow-y: auto;
|
|
z-index: var(--sl-z-index-toast);
|
|
}
|
|
`; |