Skip to content

Commit eb1c6b3

Browse files
committed
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
1 parent 0dd85d9 commit eb1c6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skins/vector/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ a:visited {
107107
height: 100%;
108108
background-color: #000;
109109
opacity: 0.2;
110-
z-index: 4000;
111110
}
112111

113112
.mx_Dialog_wrapper {
114113
position: fixed;
114+
z-index: 4000;
115115
top: 0;
116116
left: 0;
117117
width: 100%;

0 commit comments

Comments
 (0)