Better rollover and h-scroll on header #48

This commit is contained in:
Ian Renton
2025-10-21 16:18:15 +01:00
parent 0b3b35db35
commit be86160e9c
2 changed files with 27 additions and 1 deletions

View File

@@ -222,6 +222,26 @@ div.band-spot {
cursor: default;
}
div.band-spot:hover {
z-index: 999;
}
div.band-spot span.band-spot-call {
display: inline;
}
div.band-spot:hover span.band-spot-call {
display: none;
}
div.band-spot span.band-spot-info {
display: none;
}
div.band-spot:hover span.band-spot-info {
display: inline;
}
/* GENERAL MOBILE SUPPORT */