Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ t_out = ("""
|
|
53 |
top: 0px;
|
54 |
left: 0px;
|
55 |
z-index:19999;
|
56 |
-
background:
|
57 |
|
58 |
}
|
59 |
#main_image{
|
@@ -85,7 +85,7 @@ t_out = ("""
|
|
85 |
height: 200px;
|
86 |
top: 0px;
|
87 |
left: 0px;
|
88 |
-
z-index:
|
89 |
}
|
90 |
.popup button{
|
91 |
display: block;
|
|
|
53 |
top: 0px;
|
54 |
left: 0px;
|
55 |
z-index:19999;
|
56 |
+
background: #ff000059;
|
57 |
|
58 |
}
|
59 |
#main_image{
|
|
|
85 |
height: 200px;
|
86 |
top: 0px;
|
87 |
left: 0px;
|
88 |
+
z-index:199999;
|
89 |
}
|
90 |
.popup button{
|
91 |
display: block;
|