svilalta commited on
Commit
f1e0b37
·
verified ·
1 Parent(s): 4c3ddfc

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -3
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
- .relevanceai-chat-bubble-container iframe,
41
- iframe[src*="relevanceai.com"] {
 
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;