lightbox: Fix Z-Index for Proper Ordering.

This fixes the z-index of the lightbox overlay, which previously
appeared behind the header, and the muting notification to be above
everything else on the page.
This commit is contained in:
Brock Whittaker 2016-10-28 13:50:56 -07:00 committed by Tim Abbott
parent eb64b32bc8
commit 1562f9fe76
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
background-color: #19203a;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
z-index: 101;
z-index: 110;
transition: all 0.2s ease;
overflow: auto;

View File

@ -84,7 +84,7 @@ p.n-margin {
background-color: #FAFAFA;
border-radius: 5px;
box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
z-index: 101;
z-index: 110;
animation-name: pulse;
animation-iteration-count: infinite;