Feat: Updated hookup method for GitHub contributions calendar with new element structure

This commit is contained in:
2025-07-07 14:42:03 +01:00
parent b156e9b273
commit 32565c1a2d

View File

@@ -252,6 +252,6 @@ function hookupGitHubContributionsCalendar() {
});
*/
const scrollableElement = document.querySelector('.github-calendar table.js-calendar-graph-table');
const scrollableElement = document.querySelector('.github-calendar .js-calendar-graph-table');
scrollableElement.scrollLeft = scrollableElement.scrollWidth - scrollableElement.clientWidth;
}