soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

Position of dropdown not showing below element #57

Closed expertoutsource closed 10 years ago

expertoutsource commented 10 years ago

Hi,

I have a grid with data that gets populated via knockout and when I click the data gets populated in the drop dropdown but the position of the dropdown element is not anywhere close. What css I need to change to get it to work

claviska commented 10 years ago

Can you post a minimal example on CodePen or JSFiddle?

expertoutsource commented 10 years ago

I added dropdown-anchor-right and added the offset and it worked. Thanks