mirror of https://github.com/zulip/zulip.git
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:
parent
eb64b32bc8
commit
1562f9fe76
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue