gitlab-org--gitlab-foss/app/assets/javascripts/boards/components
Fatih Acet c4799a2b94 Merge branch 'issue-boards-scrollable-element' into 'master'
Fixed issue boards scrolling with a lot of lists & issues

## What does this MR do?

When an issue board has a lot of lists & each list has a lot of issues scrolling can be tricky. This changes that by making the element that scrolls the `board-list` div. This is ok because sorting inside each list isn't possible, it will need re-thinking when sorting is possible but this fixes the bug for now.

See merge request !7748
2016-11-24 18:07:31 +00:00
..
board.js.es6 Refactor of issue boards to work with Vue2 2016-11-10 17:53:34 +03:00
board_blank_state.js.es6 Fixed tests for issue boards & diff note resolving 2016-11-10 17:53:34 +03:00
board_card.js.es6 Fixed dragging issues on issue boards 2016-11-23 14:00:06 +00:00
board_delete.js.es6 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
board_list.js.es6 Merge branch 'issue-boards-scrollable-element' into 'master' 2016-11-24 18:07:31 +00:00
board_new_issue.js.es6 Refactor of issue boards to work with Vue2 2016-11-10 17:53:34 +03:00
board_sidebar.js.es6 Migrate Vue v1 to v2. 2016-11-10 17:53:34 +03:00
new_list_dropdown.js.es6 Changed how lists get sorted 2016-11-10 17:53:34 +03:00