gitlab-org--gitlab-foss/app/assets/javascripts/boards
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
..
components Merge branch 'issue-boards-scrollable-element' into 'master' 2016-11-24 18:07:31 +00:00
filters Enable linting for ES6 files 2016-10-27 21:35:07 +02:00
mixins Refactor of issue boards to work with Vue2 2016-11-10 17:53:34 +03:00
models Fixed issue boards issue sorting when dragging issue into list 2016-11-24 10:32:55 +00:00
services Merge branch 'eslint' into 'master' 2016-10-26 16:31:08 +00:00
stores Fixed issue boards issue sorting when dragging issue into list 2016-11-24 10:32:55 +00:00
test_utils explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
boards_bundle.js.es6 Changed how lists get sorted 2016-11-10 17:53:34 +03:00
vue_resource_interceptor.js.es6 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00