Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,7 @@ css_content = """
|
|
94 |
justify-content: center !important;
|
95 |
align-items: center !important;
|
96 |
flex-direction: column !important;
|
|
|
97 |
}
|
98 |
|
99 |
.popup-box {
|
@@ -103,6 +104,7 @@ css_content = """
|
|
103 |
box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
|
104 |
width: 340px !important;
|
105 |
text-align: center !important;
|
|
|
106 |
}
|
107 |
|
108 |
.popup-button {
|
|
|
94 |
justify-content: center !important;
|
95 |
align-items: center !important;
|
96 |
flex-direction: column !important;
|
97 |
+
pointer-events: auto !important;
|
98 |
}
|
99 |
|
100 |
.popup-box {
|
|
|
104 |
box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
|
105 |
width: 340px !important;
|
106 |
text-align: center !important;
|
107 |
+
pointer-events: auto !important;
|
108 |
}
|
109 |
|
110 |
.popup-button {
|