mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Use proper selector to target #crisp-chatbox (#5596)
This commit is contained in:
parent
b4244e6e58
commit
28adab733b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export function Page(props: { children: ReactNode; className?: string }) {
|
|||
{mounted && <CookiesConsent />}
|
||||
{/* position Crisp button below the cookies banner */}
|
||||
<style jsx global>
|
||||
{' .crisp-client { z-index: 40 !important; '}
|
||||
{' #crisp-chatbox { z-index: 40 !important; '}
|
||||
</style>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue