Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
pdgago committed Aug 15, 2017
1 parent 2831ad9 commit 3f41696
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions overlay-container.html
Original file line number Diff line number Diff line change
@@ -4,17 +4,25 @@
<dom-module id="overlay-container">
<template>
<style>
#overlays {
pointer-events: all;
}

:host([with-backdrop]) .backdrop {
:host {
bottom: 0;
left: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
}

#overlays {
pointer-events: all;
}

:host([with-backdrop]) .backdrop {
pointer-events: all;
width: 100%;
height: 100%;
}
</style>

<div class="backdrop"></div>

0 comments on commit 3f41696

Please sign in to comment.