Skip to content

Commit

Permalink
Tiny css refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Apr 29, 2024
1 parent 0d9b2b2 commit 7fb1fb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/demos/demoDir/demoDetails/Highlights.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,14 @@ export default function HighlightsList({ gameSummary }: TimelineProps) {
height: "100%",
display: "flex",
flexDirection: "column",
margin: "auto",
}}
>
<TimelineFilters
gameSummary={gameSummary}
filters={filters}
setFilters={setFilters}
/>
<div style={{ height: "100%" }}>
<div style={{ flexGrow: 1 }}>
<AutoSizer>
{({ height, width }) => (
<ScrollArea
Expand Down

0 comments on commit 7fb1fb2

Please sign in to comment.