mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-28 04:00:43 +02:00
Fix for minimized state (#252)
This commit is contained in:
@@ -827,7 +827,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
||||
*/
|
||||
recomputeBottomOffset: function() {
|
||||
if (this.options.bodyMarginBottom) {
|
||||
if (this.isMinimized() || this.isClosed()) {
|
||||
if (this.isClosed()) {
|
||||
return $('body').css('margin-bottom', this.options.bodyMarginBottomHeight || '');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user