1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

Recompute the padding-bottom

Recompute the padding-bottom css property of the body after closing debugbar panel
This commit is contained in:
Metallizzer 2014-01-31 00:48:22 -08:00
parent 0412fe76f7
commit 6a2b095968

View File

@ -750,6 +750,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
this.$restorebtn.show();
localStorage.setItem('phpdebugbar-open', '0');
this.$el.addClass(csscls('closed'));
this.recomputeBottomOffset();
},
/**