Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
make main panel fits inside the main container
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jun 2, 2014
1 parent 5e0a53c commit 8fc5d93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core-drawer-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ polyfill-next-selector { content: ':host [drawer]'; }
transition: right ease-in-out 0.3s, padding ease-in-out 0.3s;
}

polyfill-next-selector { content: '#main > [main]'; }
::content[select="[main]"] > * {
height: 100%;
}

#scrim {
position: absolute;
top: 0;
Expand Down

0 comments on commit 8fc5d93

Please sign in to comment.