Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit e858424

Browse files
authored
Merge pull request #195 from timble/feature/194-modal
#194: Raise z-index on modals
2 parents d96de92 + eea2978 commit e858424

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

code/resources/assets/scss/site/_modal.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
left: 0;
55
width: 100%;
66
height: 100%;
7-
z-index: 1042;
7+
z-index: 10042;
88
overflow: hidden;
99
position: fixed;
1010
background: #0b0b0b;
@@ -17,7 +17,7 @@
1717
left: 0;
1818
width: 100%;
1919
height: 100%;
20-
z-index: 1043;
20+
z-index: 10043;
2121
position: fixed;
2222
outline: none !important;
2323
-webkit-backface-visibility: hidden;
@@ -56,7 +56,7 @@
5656
vertical-align: middle;
5757
margin: 0 auto;
5858
text-align: left;
59-
z-index: 1045;
59+
z-index: 10045;
6060
}
6161

6262
.mfp-inline-holder .mfp-content,
@@ -113,7 +113,7 @@
113113
margin-top: -0.8em;
114114
left: 8px;
115115
right: 8px;
116-
z-index: 1044;
116+
z-index: 10044;
117117
}
118118

119119
.mfp-preloader a {
@@ -141,7 +141,7 @@ button.mfp-arrow {
141141
-webkit-appearance: none;
142142
display: block;
143143
padding: 0;
144-
z-index: 1046;
144+
z-index: 10046;
145145
-webkit-box-shadow: none;
146146
box-shadow: none;
147147
}

0 commit comments

Comments
 (0)