Skip to content

Commit

Permalink
Merge pull request #474 from WestpacGEL/side-bar-fix-468
Browse files Browse the repository at this point in the history
remove vertical shadow from sidebar component
  • Loading branch information
jaortiz authored Dec 7, 2023
2 parents 3446c10 + f0ec809 commit faf27ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export function Sidebar({ items }: SidebarProps) {
<>
<div
className={clsx(
'fixed top-0 z-[60] flex h-full w-[18.75rem] grow-0 flex-col border-r-0 bg-white text-text shadow-2xl transition-transform ease-in-out lg:bottom-0 lg:h-auto lg:-translate-x-0 lg:overflow-x-hidden lg:border-r lg:border-r-border lg:shadow-none',
'fixed top-0 z-[60] flex h-full w-[18.75rem] grow-0 flex-col border-r-0 bg-white text-text transition-transform ease-in-out lg:bottom-0 lg:h-auto lg:-translate-x-0 overflow-x-hidden lg:border-r lg:border-r-border',
{
'-translate-x-full overflow-x-hidden': !open, //hide sidebar to the left when closed
'-translate-x-full': !open, //hide sidebar to the left when closed
},
)}
ref={outsideRef}
Expand Down

1 comment on commit faf27ac

@vercel
Copy link

@vercel vercel bot commented on faf27ac Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gel-next-site – ./apps/site

gel-next-site.vercel.app
gel-next-site-git-main-westpacgel.vercel.app
gel-next-site-westpacgel.vercel.app

Please sign in to comment.