Use proper selector to target #crisp-chatbox (#5596)

This commit is contained in:
Piotr Monwid-Olechnowicz 2024-09-09 17:19:52 +03:00 committed by GitHub
parent b4244e6e58
commit 28adab733b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
</>
);