feat(currency-dropdown): add style

This commit is contained in:
RadoslavDimchev 2024-04-19 20:47:44 +03:00 committed by Emil Ivanichkov
parent be14d007ce
commit 3dbb1220b5
1 changed files with 8 additions and 1 deletions

View File

@ -94,7 +94,14 @@ const CurrencyDropdown = ({ depositAmount }: CurrencyDropdownProps) => {
size={24}
icon={<ChevronIcon isOpen={isOpen} />}
/>
<DropdownMenu.Content width={63} side="bottom" zIndex={999}>
<DropdownMenu.Content
width={63}
side="bottom"
zIndex={999}
style={{ overflowY: 'auto' }}
height={190}
className={'transparent-scrollbar'}
>
{isSupportedCurrenciesLoading ? (
<DropdownMenu.Item label={LOADING} onSelect={() => {}} />
) : (