Skip to content

Commit

Permalink
fix: no scroll bar on pagination in list
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Feb 9, 2024
1 parent 1c17c07 commit 8666b75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/dm-core-plugins/src/list/ListPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,7 @@ export const ListPlugin = (props: IUIPlugin & { config?: TListConfig }) => {
))}
</Stack>
<EdsProvider density={internalConfig.compact ? 'compact' : 'comfortable'}>
<div
className={`w-full space-x-1 flex flex-wrap my-2 justify-between overflow-scroll`}
>
<div className={`w-full space-x-1 flex flex-wrap my-2 justify-between`}>
<div className='flex'>
{showPagination && (
<Pagination
Expand Down

0 comments on commit 8666b75

Please sign in to comment.