Skip to content

Commit 4b0fbb0

Browse files
authored
Bump .crisp-client selector specificity again (#2091)
1 parent 75c06ae commit 4b0fbb0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/five-beers-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const HiveLayout = async ({
117117
display: none;
118118
}
119119
120-
.crisp-client, #crisp-chatbox { z-index: 40 !important; }
120+
.crisp-client.crisp-client, #crisp-chatbox { z-index: 40 !important; }
121121
`
122122
}</style>
123123
{head}

0 commit comments

Comments
 (0)