style: always show scrollbar (#215)
* style: always show scrollbar * fix: hide header scrollbar in specific instances * hotfix: prettier fail * style: always show scrollbar * fix: hide header scrollbar in specific instances
This commit is contained in:
@@ -97,6 +97,7 @@ export const Default: Story = {
|
||||
children: generateCourseBlocks,
|
||||
itemKey: item => item.uniqueId,
|
||||
gap: 12,
|
||||
onReordered: () => {},
|
||||
},
|
||||
render: args => (
|
||||
<div className='w-sm'>
|
||||
|
||||
Reference in New Issue
Block a user