Add overlay z-index variable

This allows for other themes to mutate the z-index. This is especially useful
in the embedded context.

Change-Id: I2a6e7938d118a662fc93c66155702d66749e59e6
This commit is contained in:
Thomas Shafer
2019-03-04 11:58:12 -08:00
parent d81c497372
commit 625b3bec22
3 changed files with 7 additions and 0 deletions

View File

@@ -356,6 +356,9 @@ limitations under the License.
min-width: initial;
width: 100vw;
}
#replyOverlay {
z-index: var(--reply-overlay-z-index);
}
}
</style>
<div class="container loading" hidden$="[[!_loading]]">Loading...</div>