We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c06ae commit 4b0fbb0Copy full SHA for 4b0fbb0
.changeset/five-beers-clap.md
@@ -0,0 +1,5 @@
1
+---
2
+'@theguild/components': patch
3
4
+
5
+Put the Crisp bubble below the cookie banner again
packages/components/src/server/hive-layout.tsx
@@ -117,7 +117,7 @@ export const HiveLayout = async ({
117
display: none;
118
}
119
120
- .crisp-client, #crisp-chatbox { z-index: 40 !important; }
+ .crisp-client.crisp-client, #crisp-chatbox { z-index: 40 !important; }
121
`
122
}</style>
123
{head}
0 commit comments