0

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

Peter Riesz
  • 3,091
  • 29
  • 33

1 Answers1

-1

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

vsnikhilvs
  • 456
  • 1
  • 3
  • 10