Skip to content

Commit

Permalink
Fix mobile nav layering
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Mar 18, 2023
1 parent 70a88ea commit adb0d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beta/src/components/Layout/TopNav/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export default function TopNav({
{isOpen && (
<div
ref={scrollParentRef}
className="overflow-y-scroll no-bg-scrollbar lg:w-[342px] grow bg-wash dark:bg-wash-dark">
className="overflow-y-scroll isolate no-bg-scrollbar lg:w-[342px] grow bg-wash dark:bg-wash-dark">
<aside
className={cn(
`lg:grow lg:flex flex-col w-full pb-8 lg:pb-0 lg:max-w-xs z-50`,
Expand Down

0 comments on commit adb0d85

Please sign in to comment.