Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84bae66

Browse files
committed
Change the sticky positions of sidebar panels
1 parent acfa447 commit 84bae66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/HomePageFeed.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function HomePageSideNavBar() {
309309
<>
310310
<nav
311311
aria-label="Sidebar"
312-
className="sticky top-24 divide-y divide-gray-300"
312+
className="sticky top-20 divide-y divide-gray-300"
313313
>
314314
<div className="pb-8 space-y-1">
315315
{session && (
@@ -462,7 +462,7 @@ function HomePageAside({ goalId }: { goalId: string }) {
462462

463463
return (
464464
<>
465-
<div className="sticky top-24 space-y-4">
465+
<div className="sticky top-20 space-y-4">
466466
{Boolean(goalId) && (
467467
<section
468468
aria-labelledby="trending-heading"

0 commit comments

Comments
 (0)