mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-05 23:13:40 +01:00
Fix: coinmarketcap widget dropdown not clickable (#3591)
This commit is contained in:
parent
35dd7ec230
commit
36e77e1fe3
@ -65,7 +65,7 @@ export default function Component({ service }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<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} />
|
<Dropdown options={dateRangeOptions} value={dateRange} setValue={setDateRange} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user