We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ce67f + 0b62c25 commit a2d75aeCopy full SHA for a2d75ae
src/components/CentralizedExchanges/index.tsx
@@ -84,7 +84,7 @@ const CentralizedExchanges = ({
84
<p className="mb-8 max-w-screen-md text-center">
85
{t("page-get-eth-exchanges-intro")}
86
</p>
87
- <div className="w-full max-w-screen-sm">
+ <div className="relative z-50 w-full max-w-screen-sm">
88
<Select
89
instanceId="eth-exchange-region"
90
aria-label={t("page-get-eth-exchanges-header")}
@@ -93,6 +93,7 @@ const CentralizedExchanges = ({
93
placeholder={placeholderString}
94
isSearchable
95
variant="outline"
96
+ className="z-50"
97
/>
98
</div>
99
{!hasSelectedCountry && (
0 commit comments