Skip to content

Commit

Permalink
fixed main-nav height (#4472)
Browse files Browse the repository at this point in the history
Signed-off-by: M!l!nd  <99114125+milinddethe15@users.noreply.github.com>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
  • Loading branch information
3 people committed Mar 6, 2024
1 parent 52ab1d5 commit def75c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chaoscenter/web/src/components/MainNav/MainNav.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit def75c2

Please sign in to comment.