mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: remove mobile tooltip
This commit is contained in:
parent
2e0c05f474
commit
1306dbde80
@ -94,7 +94,7 @@ export function InteractiveMap({
|
|||||||
<m.div
|
<m.div
|
||||||
initial={{ opacity: 0, filter: "blur(10px)" }}
|
initial={{ opacity: 0, filter: "blur(10px)" }}
|
||||||
animate={{ opacity: 1, filter: "blur(0px)" }}
|
animate={{ opacity: 1, filter: "blur(0px)" }}
|
||||||
className="absolute pointer-events-none bg-white dark:bg-neutral-800 px-2 py-1 rounded shadow-lg text-sm dark:border dark:border-neutral-700"
|
className="absolute hidden lg:block pointer-events-none bg-white dark:bg-neutral-800 px-2 py-1 rounded shadow-lg text-sm dark:border dark:border-neutral-700"
|
||||||
key={tooltipData.country}
|
key={tooltipData.country}
|
||||||
style={{
|
style={{
|
||||||
left: tooltipData.centroid[0],
|
left: tooltipData.centroid[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user