Skip to content

Commit 7e651b7

Browse files
committed
Adjust tasks sidebar sticky offset
1 parent b4bb75a commit 7e651b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/_components/gallery-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export function GalleryClient({
286286

287287
<div className="grid grid-cols-1 gap-6 lg:grid-cols-12">
288288
<aside className="lg:col-span-4 xl:col-span-3">
289-
<div className="space-y-4 lg:sticky lg:top-24">
289+
<div className="space-y-4 lg:sticky lg:top-32">
290290
<section className="tb-frame p-4">
291291
<label className="block" htmlFor="task-explorer-search">
292292
<span className="text-xs font-bold uppercase tracking-[0.18em] text-slate-500">

0 commit comments

Comments
 (0)