Skip to content

Commit

Permalink
Update overlay-container.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pdgago authored Mar 6, 2018
1 parent c1d2148 commit 256a841
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlay-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
pointer-events: all;
}

.backdrop {
opacity: 0;
transition: all 0.2s ease-in
}

:host([backdrop]) .backdrop {
background: rgba(0,0,0,0.2);
height: 100%;
opacity: 1;
pointer-events: all;
position: absolute;
width: 100%;
Expand Down

0 comments on commit 256a841

Please sign in to comment.