Can i make ng-multiselect opens upwards?
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
Can i make ng-multiselect opens upwards?
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
Maybe you can try getting the corresponding class name of that last dropdown(:last-child) and programmatically change its position values.