diff --git a/src/components/aside/AboutCategories.tsx b/src/components/aside/AboutCategories.tsx index 3efb64f..9266d2e 100644 --- a/src/components/aside/AboutCategories.tsx +++ b/src/components/aside/AboutCategories.tsx @@ -19,7 +19,7 @@ export function AboutCategories({ category }: any) { mt='2' fontSize='sm' maxH='250px' - overflowY='scroll' + overflowY='auto' pr='1' sx={{ '&::-webkit-scrollbar': { diff --git a/src/components/aside/ResultLength.tsx b/src/components/aside/ResultLength.tsx index 4f263af..99a97a3 100644 --- a/src/components/aside/ResultLength.tsx +++ b/src/components/aside/ResultLength.tsx @@ -3,7 +3,7 @@ import { Box, Flex } from '@chakra-ui/react'; export function ResultLength({ data }: any) { return ( - + + + Autor + + + + {Array.isArray(authors) && + authors?.map(({ authors, count }: any) => ( + handleRadioChange('authors', authors)} + > + {authors} + + ({count}) + + + ))} + handleAllRadioChange('authors')}> + Todos + + + diff --git a/src/components/skeletons/SkeletonContainer.tsx b/src/components/skeletons/SkeletonContainer.tsx index ff50d89..4aee3a0 100644 --- a/src/components/skeletons/SkeletonContainer.tsx +++ b/src/components/skeletons/SkeletonContainer.tsx @@ -21,7 +21,7 @@ export function SkeletonContainer() { <>