Skip to content

Commit adb0d85

Browse files
committed
1 parent 70a88ea commit adb0d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/Layout/TopNav/TopNav.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export default function TopNav({
290290
{isOpen && (
291291
<div
292292
ref={scrollParentRef}
293-
className="overflow-y-scroll no-bg-scrollbar lg:w-[342px] grow bg-wash dark:bg-wash-dark">
293+
className="overflow-y-scroll isolate no-bg-scrollbar lg:w-[342px] grow bg-wash dark:bg-wash-dark">
294294
<aside
295295
className={cn(
296296
`lg:grow lg:flex flex-col w-full pb-8 lg:pb-0 lg:max-w-xs z-50`,

0 commit comments

Comments
 (0)