dropdown does not work [closed]

There is a item over these select boxes. In you css file search for element.style and remove it’s position: relative; property.

element.style {
    bottom: 0;
    left: 0;
    position: relative;
    top: auto;
}

That will fix this issue.