Skip to content

Commit efd88f0

Browse files
committed
style(leaderboard): fix leaderboard dropdown styling
1 parent a15df14 commit efd88f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • client/src/components/ui/Leaderboard

client/src/components/ui/Leaderboard/List.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function List({ data = [] }) {
142142
<div className="relative">
143143
<label
144144
htmlFor="groupSelect"
145-
className="body-sm absolute -top-2 left-3 z-10 bg-white px-1 text-xs"
145+
className="body-sm bg-white pr-3 text-xs"
146146
>
147147
Select Group:
148148
</label>

0 commit comments

Comments
 (0)