Skip to content

Commit

Permalink
#876 Fix sidebar shifting when navigating
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps authored and joepio committed Apr 24, 2024
1 parent 39abcdf commit 6af70b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/data-browser/src/components/SideBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ const SideBarStyled = styled.nav.attrs<SideBarStyledProps>(p => ({
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
view-transition-name: sidebar;
`;

const MenuWrapper = styled.div`
Expand Down

0 comments on commit 6af70b3

Please sign in to comment.