Si8
Si8

Reputation: 9225

Why is the dropdown going under the DIV instead of over

I have this website: http://www.westmedgroup.com/find_provider.aspx

From the left dropdown menu, it keeps going under which prevents the entire list to be shown.

I set a min-height as well as overflow: visible but none of them are working.

Please help me resolve it.

Upvotes: 0

Views: 34

Answers (1)

AndrewH
AndrewH

Reputation: 370

I found this when inspecting your page

.hidOverflow {
    overflow: hidden;
}

unchecking this fixed the problem

Upvotes: 1

Related Questions