This commit is contained in:
Diego Smania 2021-11-25 14:34:57 +09:00 committed by GitHub
commit 39757c9d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -106,6 +106,7 @@ class ControlSidebar {
})
} else {
$body.addClass(CLASS_NAME_CONTROL_SIDEBAR_OPEN)
$(this._config.target).show()
}
this._fixHeight()

View file

@ -155,7 +155,7 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-widget="control-sidebar" data-slide="true" href="#" role="button">
<a class="nav-link" data-widget="control-sidebar" data-controlsidebar-slide="false" href="#" role="button">
<i class="fas fa-th-large"></i>
</a>
</li>