Skip to content

Commit a84cc73

Browse files
committed
Revert "test: paint sticky header wrapper"
This reverts commit 1ad0ed8.
1 parent 1ad0ed8 commit a84cc73

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Layout/TopNav/TopNav.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ export default function TopNav({
228228
/>
229229
<div
230230
className={cn(
231-
'bg-wash dark:bg-wash-dark',
232231
isMenuOpen
233232
? 'h-screen sticky top-0 lg:bottom-0 lg:h-screen flex flex-col shadow-nav dark:shadow-nav-dark z-20'
234233
: 'z-40 sticky top-0'

0 commit comments

Comments
 (0)