feat: add style for scroller

This commit is contained in:
RadoslavDimchev 2023-11-09 21:09:01 +02:00
parent ee6448a47d
commit cdbea5fdbb
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const ValidatorManagementContent = () => {
flexGrow: '1', flexGrow: '1',
overflowY: 'auto', overflowY: 'auto',
}} }}
className="transparent-scrollbar"
> >
<TitleLogo subtitle="Validator Management" /> <TitleLogo subtitle="Validator Management" />
<AddCardsContainer /> <AddCardsContainer />