select[readonly].select2-hidden-accessible + .select2-container {
pointer-events: none;
touch-action: none;
opacity:0.6;
cursor:no-drop;
} .select2.select2-container[style*='width: 1px'] {
min-width: 100%;
min-height: 34px;
}