Fix: coinmarketcap widget dropdown not clickable (#3591)

This commit is contained in:
Heng-Yi Wu
2024-06-05 15:56:28 +08:00
committed by GitHub
parent 35dd7ec230
commit 36e77e1fe3

View File

@@ -65,7 +65,7 @@ export default function Component({ service }) {
return (
<Container service={service}>
<div className={classNames(service.description ? "-top-10" : "-top-8", "absolute right-1")}>
<div className={classNames(service.description ? "-top-10" : "-top-8", "absolute right-1 z-20")}>
<Dropdown options={dateRangeOptions} value={dateRange} setValue={setDateRange} />
</div>