Skip to content

Commit

Permalink
Revert boxed layout fix to attempt another
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jul 1, 2016
1 parent 35dacb3 commit 1a29b58
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ function _init() {
if ($("body").hasClass('layout-boxed')) {
sidebar.css('position', 'absolute');
sidebar.height($(".wrapper").height());
$(window).unbind('resize').resize(function () {
$(window).resize(function () {
_this._fix(sidebar);
});
} else {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/app.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit 1a29b58

Please sign in to comment.