Skip to content

Commit

Permalink
Fix FOUC issues with sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Mar 25, 2014
1 parent 1538de4 commit bbfd4ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body id="{{page.title | downcase | replace:' ','-' }}">

<main id="content-container">
<app-drawer id="sidebar">
<app-drawer id="sidebar" unresolved>
<polymer-flex-layout id="logo-container" isContainer align="center">
<a href="/" class="logo"><img src="/images/logos/lockup.svg"></a>
<polymer-ui-icon id="dropdown-toggle" size="35" src="/images/picons/ic_arrowDropDown_dark_.png">
Expand Down
Loading

0 comments on commit bbfd4ff

Please sign in to comment.