From 2100cedc1a16896fb0577520c5838afd0e6b2c81 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 27 May 2026 14:58:10 -0400 Subject: [PATCH] [calendar] Fix no cal scroll --- vrobbler/templates/scrobbles/calendar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/templates/scrobbles/calendar.html b/vrobbler/templates/scrobbles/calendar.html index 8b6e798..4580651 100644 --- a/vrobbler/templates/scrobbles/calendar.html +++ b/vrobbler/templates/scrobbles/calendar.html @@ -152,6 +152,7 @@ header.navbar { display: none !important; } } .calendar-grid { grid-template-columns: 1fr; + flex: none; } .month-banner { grid-column: 1;