Merge pull request #14288 from atm-florianm/FIX_11.0_debugbar_body_bottom_margin_offset

FIX 11.0: DebugBar hides content at page bottom
This commit is contained in:
Laurent Destailleur 2020-07-29 13:10:56 +02:00 committed by GitHub
commit 377e331e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,12 +409,11 @@ if (typeof(PhpDebugBar) == 'undefined') {
className: "phpdebugbar " + csscls('minimized'),
options: {
bodyMarginBottom: true,
bodyMarginBottomHeight: parseInt($('body').css('margin-bottom'))
},
initialize: function() {
this.options = {
bodyMarginBottom: true,
bodyMarginBottomHeight: parseInt($('body').css('margin-bottom')),
};
this.controls = {};
this.dataMap = {};
this.datasets = {};