Merge request description field does not allow scrolling independently from page
Summary
The merge request description field does not allow independent scrolling when in "edit" mode. Only the page scrolls not the description field.
If I type any character on the description field, the ability to scroll independently comes back ¯_(ツ)_/¯
Steps to reproduce
Click "edit" on any MR, attempt to scroll the description field.
What is the current bug behavior?
Description field does not allow independent scrolling from page
What is the expected correct behavior?
Description field allows independent scrolling from page
Relevant logs and/or screenshots
Output of checks
(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)