Closed mzagaja closed 3 years ago
Could you add the link to M-Lab under "Test your Internet Speed" as "Explore and Download Data" in the legend, then move the date attribution to the bottom of the page in italics? That's the general design across the other maps, so then it'd be consistent.
.calendar-viz__wrapper {
.legend {
// max-height: 340px;
overflow: hidden;
transition: max-height 0.2s ease-out;
Was the max-height
property doing anything in the stylesheet for the legend? I looked at a few and don't see an impact, but commenting it out fixes an issue where adding the citation in the legend as you suggest gets hidden by overflow: hidden
.