mirror of
https://github.com/graphql-hive/console
synced 2026-05-22 08:38:27 +00:00
Fix cookies being eaten by hero section (#2813)
This commit is contained in:
parent
1f264489ed
commit
7a78f8fd83
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const CookiesConsent = (): ReactElement => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="fixed bottom-0 flex w-full flex-wrap items-center justify-center gap-4 text-black bg-gray-100 px-5 py-7 text-center lg:flex-nowrap lg:justify-between lg:text-left">
|
||||
<div className="fixed bottom-0 flex w-full flex-wrap items-center justify-center gap-4 text-black bg-gray-100 px-5 py-7 text-center lg:flex-nowrap lg:justify-between lg:text-left z-50">
|
||||
<div className="w-full text-sm">
|
||||
<p>This website uses cookies to analyze site usage and improve your experience.</p>
|
||||
<p>If you continue to use our services, you are agreeing to the use of such cookies.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue