You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if it's not the best solution and still in some cases (large dropdown at the bottom of page but there should be a JS to show dropdown up not down) will fail, for most cases it will work and I think it's a good temporary option until someone will make an issue with his use case.
The text was updated successfully, but these errors were encountered:
cvrebert
changed the title
[v4, dropdown, sass] Add simple auto scrolling for large dropdowns without JS
Handle dropdowns near edge of page where items might not be visible
May 12, 2016
We're hopefully going to integrate Tether with the dropdowns, such that it would flip the direction of the dropdown menu in such cases where the items would otherwise go beyond the viewport.
.dropdown-menu
have many dropdown-itemsThose 2 simple lines of CSS (without any JS) works like a charm
Even if it's not the best solution and still in some cases (large dropdown at the bottom of page but there should be a JS to show dropdown up not down) will fail, for most cases it will work and I think it's a good temporary option until someone will make an issue with his use case.
The text was updated successfully, but these errors were encountered: