Spaces:
Running
Running
Update style/defaults/style.css
Browse files- style/defaults/style.css +8 -0
style/defaults/style.css
CHANGED
|
@@ -382,3 +382,11 @@ html, body {
|
|
| 382 |
pointer-events: auto !important;
|
| 383 |
z-index: 9999 !important;
|
| 384 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 382 |
pointer-events: auto !important;
|
| 383 |
z-index: 9999 !important;
|
| 384 |
}
|
| 385 |
+
|
| 386 |
+
|
| 387 |
+
.ply-widget-container,
|
| 388 |
+
.ply-widget-container * {
|
| 389 |
+
pointer-events: auto !important;
|
| 390 |
+
z-index: 2147483647 !important;
|
| 391 |
+
}
|
| 392 |
+
|