From 000fb2893e57fdab0fd7ba69bd8a982ac4fd9b67 Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Thu, 18 Sep 2025 12:19:14 +0200 Subject: [PATCH 1/2] Set .crisp-client z-index to the same one we already have #crisp-chatbox at --- packages/components/src/server/hive-layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/components/src/server/hive-layout.tsx b/packages/components/src/server/hive-layout.tsx index 6b5c1c816..40bfe1fb0 100644 --- a/packages/components/src/server/hive-layout.tsx +++ b/packages/components/src/server/hive-layout.tsx @@ -97,7 +97,7 @@ export const HiveLayout = async ({ --nextra-primary-saturation: 40%; --nextra-bg: 255, 255, 255; } - + .x\\:tracking-tight, .nextra-steps :is(h2, h3, h4) { letter-spacing: normal; @@ -108,16 +108,16 @@ export const HiveLayout = async ({ background: #fff; color-scheme: light !important; } - + html:has(body.light) .nextra-search-results mark { background: oklch(0.611752 0.07807 214.47 / 0.8); } - + html:has(body.light) .nextra-sidebar-footer { display: none; } - - #crisp-chatbox { z-index: 40 !important; } + + .crisp-client, #crisp-chatbox { z-index: 40 !important; } ` } {head} From a08ffaca7c5c658ac4ef3b57851f6a3112142fd5 Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Thu, 18 Sep 2025 12:21:49 +0200 Subject: [PATCH 2/2] Add a changeset --- .changeset/neat-mangos-promise.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/neat-mangos-promise.md diff --git a/.changeset/neat-mangos-promise.md b/.changeset/neat-mangos-promise.md new file mode 100644 index 000000000..f1db37d6e --- /dev/null +++ b/.changeset/neat-mangos-promise.md @@ -0,0 +1,5 @@ +--- +'@theguild/components': patch +--- + +Set .crisp-client z-index to the same one we already have #crisp-chatbox