From 6efb8d9909cc7a974f3eb863b0e11ac74dac4f9a Mon Sep 17 00:00:00 2001 From: M!l!nd <99114125+milinddethe15@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:19:24 +0530 Subject: [PATCH] fixed main-nav height Signed-off-by: M!l!nd <99114125+milinddethe15@users.noreply.github.com> --- chaoscenter/web/src/components/MainNav/MainNav.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chaoscenter/web/src/components/MainNav/MainNav.module.scss b/chaoscenter/web/src/components/MainNav/MainNav.module.scss index 62f86d9cdfd..4838a6213b7 100644 --- a/chaoscenter/web/src/components/MainNav/MainNav.module.scss +++ b/chaoscenter/web/src/components/MainNav/MainNav.module.scss @@ -14,9 +14,10 @@ justify-content: space-between; z-index: 16; width: 88px; + height: 100%; + min-height: 100vh; /* sticky positioning */ - height: var(--page-min-height); position: sticky; bottom: 0; align-self: flex-end;