Skip to content

Commit

Permalink
style: slight bump in heigh equation
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 10, 2024
1 parent ad4471a commit 454d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/drawer/SelectorList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function SelectorList({ category, subCategory, label, height = 400 }) {
<Box
height={
typeof height === 'number'
? Math.min(height, Math.ceil(items.length / 3) * 86)
? Math.min(height, Math.ceil(items.length / 3) * 90)
: height
}
>
Expand Down

0 comments on commit 454d5e0

Please sign in to comment.