mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
Et2Select: No horizontal scrollbar on options
This commit is contained in:
parent
dee28cb53f
commit
c45661bbe4
@ -86,6 +86,10 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
{
|
{
|
||||||
max-height: initial;
|
max-height: initial;
|
||||||
}
|
}
|
||||||
|
/* No horizontal scrollbar, even if options are long */
|
||||||
|
.dropdown__panel {
|
||||||
|
overflow-x: clip;
|
||||||
|
}
|
||||||
|
|
||||||
/** multiple=true uses tags for each value **/
|
/** multiple=true uses tags for each value **/
|
||||||
/* styling for icon inside tag (not option) */
|
/* styling for icon inside tag (not option) */
|
||||||
|
Loading…
Reference in New Issue
Block a user