fix(ui): adjust sticky header offset to match navbar height
Some checks failed
Deploy Fediversion / deploy (push) Failing after 0s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 0s
This commit is contained in:
parent
b6337f4c85
commit
413430b700
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export function DateGroupedList({ shows }: DateGroupedListProps) {
|
|||
<div className="space-y-8">
|
||||
{uniqueDates.map(dateStr => (
|
||||
<div key={dateStr} className="space-y-4">
|
||||
<div className="sticky top-16 z-10 bg-background/95 backdrop-blur py-2 border-b">
|
||||
<div className="sticky top-14 z-10 bg-background/95 backdrop-blur py-2 border-b">
|
||||
<h2 className="text-xl font-bold flex items-center gap-2">
|
||||
<Calendar className="h-5 w-5 text-primary" />
|
||||
{dateStr}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue