Skip to content

Commit 955dfc5

Browse files
authored
Help center: increase specificity (#107587)
Increasr the selector specificity so the z-index is applied
1 parent 9590813 commit 955dfc5

File tree

1 file changed

+1
-1
lines changed
  • packages/agents-manager/src/hooks/use-agent-layout-manager

1 file changed

+1
-1
lines changed

packages/agents-manager/src/hooks/use-agent-layout-manager/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ body.post-php.agents-manager-sidebar-container {
648648
}
649649

650650
/* Agenttic UI: Styles for the undocked chat */
651-
.agents-manager-chat--undocked .agenttic {
651+
.agents-manager-chat--undocked .agenttic.Chat-module_container.Chat-module_floating {
652652
// Fix the undocked chat overlapping with the nav menu
653653
z-index: 9999;
654654
}

0 commit comments

Comments
 (0)