Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -29,7 +29,7 @@ p {
|
|
| 29 |
|
| 30 |
/* --- A partir de aquí, reglas para el chat de Relevance AI --- */
|
| 31 |
|
| 32 |
-
.relevanceai-chat-bubble-container {
|
| 33 |
position: fixed !important;
|
| 34 |
z-index: 2147483647 !important;
|
| 35 |
bottom: 20px !important;
|
|
@@ -37,8 +37,9 @@ p {
|
|
| 37 |
pointer-events: auto !important;
|
| 38 |
}
|
| 39 |
|
| 40 |
-
|
| 41 |
-
|
|
|
|
| 42 |
position: fixed !important;
|
| 43 |
z-index: 2147483647 !important;
|
| 44 |
bottom: 20px !important;
|
|
|
|
| 29 |
|
| 30 |
/* --- A partir de aquí, reglas para el chat de Relevance AI --- */
|
| 31 |
|
| 32 |
+
html body .relevanceai-chat-bubble-container {
|
| 33 |
position: fixed !important;
|
| 34 |
z-index: 2147483647 !important;
|
| 35 |
bottom: 20px !important;
|
|
|
|
| 37 |
pointer-events: auto !important;
|
| 38 |
}
|
| 39 |
|
| 40 |
+
/* Muy específico: cualquier iframe de Relevance dentro del body */
|
| 41 |
+
html body .relevanceai-chat-bubble-container iframe,
|
| 42 |
+
html body iframe[src*="relevanceai.com"] {
|
| 43 |
position: fixed !important;
|
| 44 |
z-index: 2147483647 !important;
|
| 45 |
bottom: 20px !important;
|