fixed double scroll bar parts dropdown

This commit is contained in:
Claudio 2026-05-13 14:26:11 +02:00
parent b431f1d4e9
commit 4a863e8c16

View File

@ -363,7 +363,11 @@
border: 1px solid #aaa !important;
border-radius: 4px !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;
}