Skip to content

Commit

Permalink
fix(scrollspy): Minor CSS selector update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Nov 4, 2017
1 parent 037ad08 commit 0b58a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/scrollspy/scrollspy.class.js
Expand Up @@ -55,7 +55,7 @@ const Selector = {
NAV_LINKS: '.nav-link',
NAV_ITEMS: '.nav-item',
LIST_ITEMS: '.list-group-item',
DROPDOWN: '.dropdown, dropup',
DROPDOWN: '.dropdown, .dropup',
DROPDOWN_ITEMS: '.dropdown-item',
DROPDOWN_TOGGLE: '.dropdown-toggle'
};
Expand Down

0 comments on commit 0b58a69

Please sign in to comment.