Move z-index to the dialog wrapper because that's the shallowest positioned element in the DOM and therefore what creates the first stacking context

This commit is contained in:
David Baker 2015-11-19 10:46:49 +00:00
parent 0dd85d9adf
commit eb1c6b347d

View File

@ -107,11 +107,11 @@ a:visited {
height: 100%;
background-color: #000;
opacity: 0.2;
z-index: 4000;
}
.mx_Dialog_wrapper {
position: fixed;
z-index: 4000;
top: 0;
left: 0;
width: 100%;