Skip to content

Commit

Permalink
fix(sidebar): overlapping page content #151
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 20, 2019
1 parent f708fea commit 20235f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/public/js/modules/ajaxify.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ define('modules/ajaxify', [

helpers.init(true)
helpers.hideAllUiKitDropdowns()
// helpers.UI.setNavItem($('#__sidebar_route').text().toLowerCase());
helpers.UI.initSidebar()
helpers.UI.bindExpand()

nav.init()

Expand Down
2 changes: 1 addition & 1 deletion src/views/accounts.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div ng-controller="accountsCtrl">
<div class="grid grid-collapse page-content no-border-top" ng-controller="accountsCtrl">
<div id="__accounts-page" class="hide">{{data.page}}</div>
<div class="accountContent" style="background: #f6f8fb;">
<div class="uk-grid uk-grid-collapse page-title noshadow dt-borderBottom" style="padding-left: 24px;">
Expand Down

0 comments on commit 20235f7

Please sign in to comment.