MAPC / datacommon

MAPC's Data Portal
https://datacommon.mapc.org/
3 stars 0 forks source link

Update December w/Citation #362

Closed mzagaja closed 3 years ago

mzagaja commented 3 years ago
atomtay commented 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.

mzagaja commented 3 years ago
.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.