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.
1 parent d9ce67f commit 0b62c25Copy full SHA for 0b62c25
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