From 792093d30bc9befdfb74a1f80af06d03ed79f62d Mon Sep 17 00:00:00 2001 From: Youssef Khedher Date: Tue, 21 Dec 2021 12:35:20 +0100 Subject: [PATCH] fix: adjust main splash container when zoom in (#566) Co-authored-by: Fredrik Strand Oseberg --- frontend/src/component/common/Splash/Splash.styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/component/common/Splash/Splash.styles.ts b/frontend/src/component/common/Splash/Splash.styles.ts index 09905f1738..89d64edbe1 100644 --- a/frontend/src/component/common/Splash/Splash.styles.ts +++ b/frontend/src/component/common/Splash/Splash.styles.ts @@ -3,7 +3,6 @@ import { makeStyles } from '@material-ui/core/styles'; export const useStyles = makeStyles(theme => ({ splashMainContainer: { backgroundColor: theme.palette.primary.light, - height: '100%', width: '100%', display: 'flex', justifyContent: 'center',