Skip to content

Commit ef181f5

Browse files
committed
make modal dialogs higher in z-index
1 parent 1c7e7cd commit ef181f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skins/vector/css/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ a:visited {
107107
height: 100%;
108108
background-color: #000;
109109
opacity: 0.2;
110-
z-index: 2000;
110+
z-index: 4000;
111111
}
112112

113113
.mx_Dialog_wrapper {
@@ -132,7 +132,7 @@ a:visited {
132132
background-color: #fff;
133133
color: #747474;
134134
text-align: center;
135-
z-index: 2010;
135+
z-index: 4010;
136136
font-weight: 300;
137137
font-size: 16px;
138138
position: relative;

0 commit comments

Comments
 (0)