From 7462888d4f2f5a717ea0e95f6f0d0a1b14c57f3a Mon Sep 17 00:00:00 2001 From: gdbroman <99gustaf@gmail.com> Date: Tue, 27 Jun 2023 14:55:23 +0200 Subject: [PATCH] Fix hovering cursors cut-off on LP --- holium-com/src/components/Hero.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holium-com/src/components/Hero.styles.ts b/holium-com/src/components/Hero.styles.ts index 1014e73fa3..0b9307fae2 100644 --- a/holium-com/src/components/Hero.styles.ts +++ b/holium-com/src/components/Hero.styles.ts @@ -39,7 +39,7 @@ export const HeroContainer = styled(Flex)` text-align: center; max-width: 814px; width: 100%; - max-height: 725px; + max-height: 777px; overflow: hidden; .cursors-static {