mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
fix: broken pagination in content manager assets modal
This commit is contained in:
parent
c72b48da73
commit
fadf9c964c
@ -454,7 +454,7 @@ export const BrowseStep = ({
|
||||
)}
|
||||
|
||||
{pagination.pageCount > 0 && (
|
||||
<Flex justifyContent="space-between" paddingTop={4}>
|
||||
<Flex justifyContent="space-between" paddingTop={4} position="relative" zIndex={1}>
|
||||
<PageSize
|
||||
pageSize={queryObject.pageSize! as number}
|
||||
onChangePageSize={onChangePageSize}
|
||||
|
Loading…
x
Reference in New Issue
Block a user