Skip to content

Commit

Permalink
reduce padding so menus don't scroll unless they need to
Browse files Browse the repository at this point in the history
  • Loading branch information
toddnief committed Aug 16, 2024
1 parent 2c61962 commit 60d5a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard-react/components/CheckboxMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function CheckboxMenu({
<div className="h-6 shadow-bottom"></div>
)}
<div
className="overflow-auto flex-grow p-3 h-[150px]"
className="overflow-auto flex-grow px-3 h-[150px]"
ref={scrollRef}
onScroll={checkScrollPosition}
>
Expand Down

0 comments on commit 60d5a3b

Please sign in to comment.