Skip to content

Commit

Permalink
visible scrollbars in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss authored and franciscoBSalgueiro committed May 12, 2024
1 parent 28cf9ab commit 84ce9c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/settings/BoardSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function BoardSelect() {

<Combobox.Dropdown>
<Combobox.Options>
<ScrollArea.Autosize mah={200} type="scroll">
<ScrollArea.Autosize mah={200} type="always">
{options}
</ScrollArea.Autosize>
</Combobox.Options>
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/PiecesSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function PiecesSelect() {

<Combobox.Dropdown>
<Combobox.Options>
<ScrollArea.Autosize mah={200} type="scroll">
<ScrollArea.Autosize mah={200} type="always">
{options}
</ScrollArea.Autosize>
</Combobox.Options>
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/SoundSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function SoundSelect() {

<Combobox.Dropdown>
<Combobox.Options>
<ScrollArea.Autosize mah={200} type="scroll">
<ScrollArea.Autosize mah={200} type="always">
{options}
</ScrollArea.Autosize>
</Combobox.Options>
Expand Down

0 comments on commit 84ce9c7

Please sign in to comment.