From c9139c5236640ad122d1d81741e55f6c8b0fdea7 Mon Sep 17 00:00:00 2001 From: palashgdev Date: Tue, 13 Sep 2022 21:19:01 +0530 Subject: [PATCH] feat: height is updated (#1563) --- frontend/src/container/AppLayout/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/container/AppLayout/styles.ts b/frontend/src/container/AppLayout/styles.ts index 71547d1592..5db7517c66 100644 --- a/frontend/src/container/AppLayout/styles.ts +++ b/frontend/src/container/AppLayout/styles.ts @@ -3,7 +3,7 @@ import styled from 'styled-components'; export const Layout = styled(LayoutComponent)` &&& { - min-height: 91vh; + min-height: 92vh; display: flex; position: relative; }