Skip to content

Commit 05792bc

Browse files
authored
Merge pull request #56 from codersforcauses/fix-leadership-dropdown
Fix leaderboard dropdown styling
2 parents 9b9cdf4 + 70bbc31 commit 05792bc

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
@@ -161,7 +161,7 @@ export default function List({ data = [] }) {
161161
<div className="relative">
162162
<label
163163
htmlFor="groupSelect"
164-
className="body-sm absolute -top-2 left-3 z-10 bg-white px-1 text-xs"
164+
className="body-sm bg-white pr-2 text-xs"
165165
>
166166
Select Group:
167167
</label>

0 commit comments

Comments
 (0)