From 88aaf421f8d67c5390c96966b2b70a748d1de546 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Fri, 18 Jan 2019 19:37:13 +0530 Subject: [PATCH] fix(nav): add height for mobile view --- client/src/components/Header/header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Header/header.css b/client/src/components/Header/header.css index 356b706b79..1e3d035791 100644 --- a/client/src/components/Header/header.css +++ b/client/src/components/Header/header.css @@ -168,6 +168,7 @@ li.user-state-link > a:focus { transform: translate(0, -300px); flex-direction: column; width: 100%; + height: min-content; min-height: 180px; margin: 0; opacity: 0;