mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix missing scrollbar in longer then visible dropdown
This commit is contained in:
parent
7f36de45a4
commit
79a395e3e6
@ -81,11 +81,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Avoid double scrollbar if there are a lot of options */
|
|
||||||
.select__menu
|
|
||||||
{
|
|
||||||
max-height: initial;
|
|
||||||
}
|
|
||||||
/* No horizontal scrollbar, even if options are long */
|
/* No horizontal scrollbar, even if options are long */
|
||||||
.dropdown__panel {
|
.dropdown__panel {
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
Loading…
Reference in New Issue
Block a user