Update static/IMG-Larger.css
Browse files- static/IMG-Larger.css +1 -1
static/IMG-Larger.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
.modal {
|
| 14 |
display: none; /* Hidden by default */
|
| 15 |
position: fixed; /* Stay in place */
|
| 16 |
-
z-index:
|
| 17 |
padding-top: 100px; /* Location of the box */
|
| 18 |
left: 0;
|
| 19 |
top: 0;
|
|
|
|
| 13 |
.modal {
|
| 14 |
display: none; /* Hidden by default */
|
| 15 |
position: fixed; /* Stay in place */
|
| 16 |
+
z-index: 9999; /* Sit on top */
|
| 17 |
padding-top: 100px; /* Location of the box */
|
| 18 |
left: 0;
|
| 19 |
top: 0;
|