mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 16:56:50 +00:00
Display map coordinates on click
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
margin-top: var(--space-xl);
|
||||
|
||||
& img,
|
||||
& .dot {
|
||||
& .dot,
|
||||
& .tooltip {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -75,6 +76,16 @@
|
||||
animation-name: pulse;
|
||||
}
|
||||
}
|
||||
|
||||
& .tooltip {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
min-width: 7rem;
|
||||
font-size: .65rem;
|
||||
padding: var(--space-xs) var(--space-m);
|
||||
background: var(--color-overlay-bg);
|
||||
border-radius: var(--space-m);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user