Showing
1 changed file
with
2 additions
and
2 deletions
@@ -220,7 +220,7 @@ | @@ -220,7 +220,7 @@ | ||
220 | overflow: hidden; | 220 | overflow: hidden; |
221 | background-color: #000; | 221 | background-color: #000; |
222 | opacity: 0.4; | 222 | opacity: 0.4; |
223 | - position: absolute; | 223 | + position: fixed; |
224 | top: 0; | 224 | top: 0; |
225 | left: 0; | 225 | left: 0; |
226 | z-index: 1; | 226 | z-index: 1; |
@@ -276,7 +276,7 @@ | @@ -276,7 +276,7 @@ | ||
276 | width: 100%; | 276 | width: 100%; |
277 | height: 100%; | 277 | height: 100%; |
278 | background: #9d1a15; | 278 | background: #9d1a15; |
279 | - position: absolute; | 279 | + position: fixed; |
280 | top: 0; | 280 | top: 0; |
281 | left: 0; | 281 | left: 0; |
282 | z-index: 3; | 282 | z-index: 3; |
-
Please register or login to post a comment