fixed double scroll bar parts dropdown
This commit is contained in:
parent
b431f1d4e9
commit
4a863e8c16
@ -363,7 +363,11 @@
|
|||||||
border: 1px solid #aaa !important;
|
border: 1px solid #aaa !important;
|
||||||
border-radius: 4px !important;
|
border-radius: 4px !important;
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
max-height: 200px !important;
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--open .select2-results__options {
|
||||||
|
max-height: 220px !important;
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user