From dcee41a994108acfd1f2e88302ca67f6d8aea776 Mon Sep 17 00:00:00 2001 From: David Echelberger Date: Wed, 27 Apr 2022 11:35:52 -0400 Subject: [PATCH] [timeline-btn-bug] alt scrollbar Signed-off-by: David Echelberger --- src/components/Cards/FireFlyCard.tsx | 3 ++- src/pages/Activity/views/Timeline.tsx | 3 ++- src/theme.tsx | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/Cards/FireFlyCard.tsx b/src/components/Cards/FireFlyCard.tsx index 29154d3..7b54372 100644 --- a/src/components/Cards/FireFlyCard.tsx +++ b/src/components/Cards/FireFlyCard.tsx @@ -1,6 +1,6 @@ import { Box, Grid, Typography } from '@mui/material'; import { IFireFlyCard } from '../../interfaces'; -import { DEFAULT_BORDER_RADIUS } from '../../theme'; +import { altScrollbarStyle, DEFAULT_BORDER_RADIUS } from '../../theme'; import { FFArrowButton } from '../Buttons/FFArrowButton'; type Props = { @@ -19,6 +19,7 @@ export const FireFlyCard: React.FC = ({ cardData, size }) => { item md={12} lg={size === 'medium' ? 4 : 6} + sx={altScrollbarStyle} > JSX.Element = () => { direction="column" item pt={DEFAULT_PADDING} + sx={altScrollbarStyle} >