Skip to content

Commit

Permalink
Add tab scrolling
Browse files Browse the repository at this point in the history
solves #33
  • Loading branch information
JohanGrims authored Dec 9, 2024
1 parent ff922c2 commit 8cb0cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admin/vote/Add.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export default function Add() {
{showSuggestions && (
<mdui-tabs
value={classes.sort((a, b) => a.grade - b.grade)[0].id}
style={{ width: "100%", overflowX: "auto" }}
>
{classes
.sort((a, b) => a.grade - b.grade)
Expand Down

0 comments on commit 8cb0cd6

Please sign in to comment.