From 6377dc86e04a23146d314355f7df314d0f4a33e1 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 26 Aug 2020 10:59:50 -0400 Subject: [PATCH] fix side navigation scroll behavior on mobile --- ui/component/sideNavigation/view.jsx | 6 +++--- ui/scss/component/_navigation.scss | 11 ++++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 4106eb77a..02fc824e3 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -261,7 +261,7 @@ function SideNavigation(props: Props) { {TOP_LEVEL_LINKS.map(linkProps => { const { hideForUnauth, ...passedProps } = linkProps; return !email && linkProps.hideForUnauth && IS_WEB ? null : ( -
  • +