diff --git a/browser/data-browser/src/components/SideBar/index.tsx b/browser/data-browser/src/components/SideBar/index.tsx index 357ead72..6cbdf87d 100644 --- a/browser/data-browser/src/components/SideBar/index.tsx +++ b/browser/data-browser/src/components/SideBar/index.tsx @@ -138,8 +138,6 @@ const SideBarStyled = styled.nav.attrs(p => ({ flex-direction: column; overflow-y: auto; overflow-x: hidden; - - view-transition-name: sidebar; `; const MenuWrapper = styled.div`