diff --git a/front/src/components/StoriesPreview.tsx b/front/src/components/StoriesPreview.tsx index c255c65..c7cc743 100644 --- a/front/src/components/StoriesPreview.tsx +++ b/front/src/components/StoriesPreview.tsx @@ -1,6 +1,5 @@ import { Link } from 'react-router-dom' import { useEffect, useLayoutEffect, useRef, useState } from 'react' -import { Button } from 'react-bootstrap' import { UserCategory, composeUserCategoriesFilters, userCategoriesInfos } from '../assets/userCategories' import { Announcement } from '../api/announcement/types' @@ -96,9 +95,9 @@ function StoriesPreviewCarousel({ announcements, category }: StoriesPreviewProps return
{showScrollButtons.left && - + } {showScrollButtons.right && - + }
} diff --git a/front/src/styles/StoriesPreview.module.css b/front/src/styles/StoriesPreview.module.css index 5d0a25c..2e0b3ed 100644 --- a/front/src/styles/StoriesPreview.module.css +++ b/front/src/styles/StoriesPreview.module.css @@ -42,6 +42,7 @@ top: 0; z-index: 100; background: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 255) 100%); + background-color: transparent; display: block; height: 100%; width: 10%;