Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/CentralizedExchanges/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const CentralizedExchanges = ({
<p className="mb-8 max-w-screen-md text-center">
{t("page-get-eth-exchanges-intro")}
</p>
<div className="w-full max-w-screen-sm">
<div className="relative z-50 w-full max-w-screen-sm">
<Select
instanceId="eth-exchange-region"
aria-label={t("page-get-eth-exchanges-header")}
Expand All @@ -93,6 +93,7 @@ const CentralizedExchanges = ({
placeholder={placeholderString}
isSearchable
variant="outline"
className="z-50"
/>
</div>
{!hasSelectedCountry && (
Expand Down