Skip to content

Commit

Permalink
[Theme][Admin] Global improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbilcot committed Sep 21, 2015
1 parent 3bd3045 commit 1620e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions neofrag/themes/admin/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -880,9 +880,7 @@ ul.nav.nav-tabs > li > a i.fa {

/* Slideout menu */

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
.slideout-open body {
overflow-x: hidden;
}

Expand Down
1 change: 1 addition & 0 deletions neofrag/themes/admin/js/neofrag.navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ $(function(){

$('.touch-menu').click(function(){
slideout.toggle();
return false;
});
});

0 comments on commit 1620e97

Please sign in to comment.