Skip to content

Commit 5fdae50

Browse files
author
Akhil S A
committed
fix: Selection enabled below BlogAppBar
1 parent 109c526 commit 5fdae50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/BlogAppbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const BlogAppbar = ({
166166
) : (
167167
<>
168168
<motion.div
169-
className={`z-[50] flex w-full flex-col justify-between gap-2 p-6 md:flex-row ${visible ? "translate-y-0" : "-translate-y-full"}`}
169+
className={`z-[50] flex w-full flex-col justify-between gap-2 pt-6 px-6 pb-0 md:flex-row ${visible ? "translate-y-0" : "-translate-y-full"}`}
170170
initial={{ y: 0 }}
171171
animate={{ y: visible ? 0 : -100 }}
172172
transition={{ duration: 0.3 }}

0 commit comments

Comments
 (0)