Skip to content

Commit

Permalink
fix(overlay): ensure container covers entire screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Oct 27, 2016
1 parent 0174fa9 commit ef513ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/core/overlay/_overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
// The container should be the size of the viewport.
top: 0;
left: 0;
height: 100%;
width: 100%;
height: 100vh;
width: 100vw;
z-index: $md-z-index-overlay-container;
}

Expand Down

0 comments on commit ef513ab

Please sign in to comment.