fix: slot margin-top:60px so panel appears below fixed header not behind it
This commit is contained in:
+1
-1
@@ -1145,7 +1145,7 @@
|
|||||||
<!-- ═══════════════════════════════════════════════════════════════
|
<!-- ═══════════════════════════════════════════════════════════════
|
||||||
CHAT PANEL SLOT (in document flow — pushes hero down when open)
|
CHAT PANEL SLOT (in document flow — pushes hero down when open)
|
||||||
═══════════════════════════════════════════════════════════════ -->
|
═══════════════════════════════════════════════════════════════ -->
|
||||||
<div id="chat-panel-slot" style="padding-left:24px; padding-right:24px; padding-top:66px;">
|
<div id="chat-panel-slot" style="padding-left:24px; padding-right:24px; margin-top:60px;">
|
||||||
<div class="nav-chat-panel" id="chat-panel" aria-hidden="true">
|
<div class="nav-chat-panel" id="chat-panel" aria-hidden="true">
|
||||||
<div class="chat-panel-header">
|
<div class="chat-panel-header">
|
||||||
<span class="chat-panel-title">💬 Sales Agent</span>
|
<span class="chat-panel-title">💬 Sales Agent</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user