Skip to content

Commit

Permalink
fix: update usage of scrollbar.forceShowPaperBG
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Mar 24, 2024
1 parent 19287a7 commit fad8edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Checklist/Checklist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Checklist = <
role="list" // see jsdoc for details on why this is needed
className={[
checklistClassNames.scrollableListContainer,
globalClassNames.scrollbarForceShowPaperBG,
globalClassNames.scrollbar.forceShowPaperBG,
].join(" ")}
>
{checklistItems.map((item, index) =>
Expand Down

0 comments on commit fad8edf

Please sign in to comment.