Skip to content

Commit

Permalink
fix(scrollbar): removing unwanted scrollbar in firefow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebon committed Dec 7, 2022
1 parent ea6c061 commit 243f6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/pages/layout/src/lib/ui/navigation/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ export function Navigation(props: NavigationProps) {
]

return (
<div className="w-16 h-screen dark:bg-element-light-darker-400 bg-white">
<div className="w-16 h-screen dark:bg-element-light-darker-400 bg-white flex flex-col">
<Link
to={matchLogInfraRoute ? INFRA_LOGS_URL(organizationId, clusterId) : ORGANIZATION_URL(organizationId)}
className="flex w-16 h-16 items-center justify-center border-b z-10 dark:border-element-light-darker-100 border-element-light-lighter-400"
>
<img className="w-[28px]" src="/assets/logos/logo-icon.svg" alt="Qovery logo" />
</Link>

<div className="flex flex-col justify-between h-[calc(100%-8rem)] px-2.5 py-5">
<div className="flex flex-col justify-between px-2.5 py-5 mb-auto">
<div className="flex flex-col gap-3">
<ButtonIcon
className={matchOrganizationRoute ? 'is-active' : ''}
Expand Down

0 comments on commit 243f6ff

Please sign in to comment.