mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 21:38:14 +01:00
Recompute the padding-bottom
Recompute the padding-bottom css property of the body after closing debugbar panel
This commit is contained in:
parent
0412fe76f7
commit
6a2b095968
@ -750,6 +750,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
|||||||
this.$restorebtn.show();
|
this.$restorebtn.show();
|
||||||
localStorage.setItem('phpdebugbar-open', '0');
|
localStorage.setItem('phpdebugbar-open', '0');
|
||||||
this.$el.addClass(csscls('closed'));
|
this.$el.addClass(csscls('closed'));
|
||||||
|
this.recomputeBottomOffset();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user