Merge "Tweak the hard coded top scroll padding for the parameter list"

This commit is contained in:
jenkins-bot 2022-08-01 13:05:03 +00:00 committed by Gerrit Code Review
commit 2f555569ea

View file

@ -91,5 +91,5 @@ ve.ui.MWTransclusionOutlineParameterWidget.prototype.toggleHasValue = function (
ve.ui.MWTransclusionOutlineParameterWidget.prototype.scrollToView = function () {
// make sure parameter is visible and scrolled underneath the sticky
// TODO find a dynamic way to get height of the sticky part
this.scrollElementIntoView( { animate: false, padding: { top: 115 } } );
this.scrollElementIntoView( { animate: false, padding: { top: 114 } } );
};