Skip to content

Commit e4cba8e

Browse files
Merge branch 'dev'
2 parents a5bf023 + 647ffe8 commit e4cba8e

File tree

3 files changed

+115
-296
lines changed

3 files changed

+115
-296
lines changed

components/Cookie.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Cookie: FC = () => {
1717
return (
1818
<>
1919
<button
20-
className="w-fit self-center md:absolute bg-white p-2 rounded-2xl md:bottom-1 md:left-1"
20+
className="w-fit self-center md:fixed bg-white p-2 rounded-2xl md:bottom-1 md:left-1"
2121
type="button"
2222
onClick={CookieConsent.showPreferences}
2323
>

0 commit comments

Comments
 (0)