File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
packages/components/src/server Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @theguild/components ' : patch
3+ ---
4+
5+ Set .crisp-client z-index to the same one we already have #crisp-chatbox
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export const HiveLayout = async ({
9797 --nextra-primary-saturation: 40%;
9898 --nextra-bg: 255, 255, 255;
9999 }
100-
100+
101101 .x\\:tracking-tight,
102102 .nextra-steps :is(h2, h3, h4) {
103103 letter-spacing: normal;
@@ -108,16 +108,16 @@ export const HiveLayout = async ({
108108 background: #fff;
109109 color-scheme: light !important;
110110 }
111-
111+
112112 html:has(body.light) .nextra-search-results mark {
113113 background: oklch(0.611752 0.07807 214.47 / 0.8);
114114 }
115-
115+
116116 html:has(body.light) .nextra-sidebar-footer {
117117 display: none;
118118 }
119-
120- #crisp-chatbox { z-index: 40 !important; }
119+
120+ .crisp-client, #crisp-chatbox { z-index: 40 !important; }
121121 `
122122 } </ style >
123123 { head }
You can’t perform that action at this time.
0 commit comments