diff --git a/src/components/Checklist/Checklist.tsx b/src/components/Checklist/Checklist.tsx index da4812e0..068f95e5 100644 --- a/src/components/Checklist/Checklist.tsx +++ b/src/components/Checklist/Checklist.tsx @@ -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) =>