.multiselect-dropdown,
.multiselect-dropdown__dialog {
    max-width: 100%;
}

@media screen and (min-width: 769px) {
    .multiselect-dropdown__dialog {
        width: 100%;
    }
}

/* hide button at the bottom */

.multiselect-dropdown__list .multiple-fields-remove-button {
	display: none;
}