Skip to content

Commit

Permalink
Fix the issue where the WP adminbar overlaps the mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed Jun 16, 2014
1 parent 8bbd4c9 commit 4836dca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/app.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions scss/site/_structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
margin-bottom: rem-calc(32);
}

// Fix the issue where the WP adminbar overlaps the mobile menu
#wpadminbar {
position: fixed !important;
}

/**
* 2.0 Typography
Expand Down

0 comments on commit 4836dca

Please sign in to comment.