diff --git a/index.html b/index.html index 3f34053..0878521 100644 --- a/index.html +++ b/index.html @@ -188,11 +188,12 @@ flex-direction: column; align-items: flex-end; gap: 1rem; + pointer-events: none; } .chat-frame-wrapper { - width: 380px; - height: 600px; + width: 420px; + height: 580px; background: white; border: 2px solid #1e1e1e; border-radius: 4px; @@ -203,10 +204,12 @@ overflow: hidden; display: flex; flex-direction: column; + pointer-events: none; } - + .chat-frame-wrapper.open { transform: scale(1); + pointer-events: auto; } .chat-header { @@ -243,6 +246,7 @@ transition: all 0.2s ease; font-size: 1.5rem; position: relative; + pointer-events: auto; } .chat-toggle-btn:hover { @@ -330,9 +334,12 @@ -