feat: add style for scroller
This commit is contained in:
parent
ee6448a47d
commit
cdbea5fdbb
|
@ -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 />
|
||||||
|
|
Loading…
Reference in New Issue