svilalta commited on
Commit
ab47624
·
verified ·
1 Parent(s): 6cb65dc

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -23
style.css CHANGED
@@ -26,26 +26,3 @@ p {
26
  .card p:last-child {
27
  margin-bottom: 0;
28
  }
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;
36
- right: 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;
46
- right: 20px !important;
47
- pointer-events: auto !important;
48
- }
49
- body {
50
- outline: 3px solid red !important;
51
- }
 
26
  .card p:last-child {
27
  margin-bottom: 0;
28
  }