Skip to content

Commit ef513ab

Browse files
committed
fix(overlay): ensure container covers entire screen
1 parent 0174fa9 commit ef513ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/core/overlay/_overlay.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// The container should be the size of the viewport.
1919
top: 0;
2020
left: 0;
21-
height: 100%;
22-
width: 100%;
21+
height: 100vh;
22+
width: 100vw;
2323
z-index: $md-z-index-overlay-container;
2424
}
2525

0 commit comments

Comments
 (0)