-
- Downloads
Merge branch 'issue-page-keeps-jumping-up' into 'master'
Issue page keeps jumping up This happens when the discussion side is smaller than the sidebar and the sidebar will need to scroll. When this happens I calculate the height of the two and see if the discussion panel is smaller and make them the same height and add a class `no-affix` which makes the sidebar relative positioning so it won't stick to the top. See merge request !2417
No related branches found
No related tags found
Showing
- app/assets/javascripts/issue.js.coffee 15 additions, 1 deletionapp/assets/javascripts/issue.js.coffee
- app/assets/javascripts/merge_request.js.coffee 16 additions, 0 deletionsapp/assets/javascripts/merge_request.js.coffee
- app/assets/stylesheets/pages/issuable.scss 5 additions, 0 deletionsapp/assets/stylesheets/pages/issuable.scss
Please register or sign in to comment