Skip to content

Commit

Permalink
Set min height on div
Browse files Browse the repository at this point in the history
  • Loading branch information
enkoder committed Mar 30, 2024
1 parent a5f23fa commit 5cbed44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/src/output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/routes/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function Leaderboard() {
return (
<div
className={
"scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar scrollbar-thumb-slate-700 scrollbar-track-slate-300 overflow-y-auto"
"scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar scrollbar-thumb-slate-700 scrollbar-track-slate-300 min-h-96 overflow-y-auto"
}
>
<PageHeading includeUnderline={true} text={"Leaderboard"}>
Expand Down

0 comments on commit 5cbed44

Please sign in to comment.