soundasleep / jquery-dropdown

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

Ability to add a jq-dropdown-above class to force dropdown to appear above #132

Open eoghanmurray opened 6 years ago

eoghanmurray commented 6 years ago

Similarly to how you can add a jq-dropdown-anchor-right class to your dropdown, this patch allows you to add jq-dropdown-above to get the dropdown appearing over the trigger. It could be later extended to do this automatically depending on position of the trigger in the viewport.

eoghanmurray commented 6 years ago

Again if there was good build instructions, I'd add the css to the proper place in the sass/less files as appropriate?