I have following CSS:
.show_dropdown {
max-height: 350px;
overflow-y: auto;
}
in a mobile view the dropdown list is less than 350px and this should hide scrollbar because it is not necessary. However, in bigger screen it works fine and hide scroll when it is not needed.
Thanks for reading and helping
Full code can be find here
