diff options
author | Phil Hughes <me@iamphill.com> | 2016-11-24 16:54:24 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-11-24 16:54:24 +0000 |
commit | 141b4d28c615db0a3e25868efd47fd0f2946fdbe (patch) | |
tree | d5617de5dae9552f5de5f2f2c3a13df7e0b76097 /changelogs | |
parent | 3e44ed3e2bf75bb14a2d8b0466b3d92afd0ea067 (diff) | |
download | gitlab-ce-141b4d28c615db0a3e25868efd47fd0f2946fdbe.tar.gz |
Fixed issue boards scrolling with a lot of lists & issues
When a board has a lot of lists & issues scrolling stops the user from moving the issue to the lsat list (or any list not on screen). This changes that by making the scrollable element the board-list element. This will need re-thinking when sorting in lists is possible.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/issue-boards-scrollable-element.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/issue-boards-scrollable-element.yml b/changelogs/unreleased/issue-boards-scrollable-element.yml new file mode 100644 index 00000000000..90edc30e791 --- /dev/null +++ b/changelogs/unreleased/issue-boards-scrollable-element.yml @@ -0,0 +1,4 @@ +--- +title: Fixed issue boards scrolling with a lot of lists & issues +merge_request: +author: |