Is there a way to make ng-multiselect-dropdown opens upwards?

568 views Asked by At

Can i make ng-multiselect opens upwards?

This is my sidebar

I want to make "SKU" and the other multiselect dropdowns open upwards to keep the content inside the div whenever user scrolls down the sidebar.

This is my dropdown: SKU multiselect when it is in open state

1

There are 1 answers

1
vsnikhilvs On

Maybe you can try getting the corresponding class name of that last dropdown(:last-child) and programmatically change its position values.