My CSS grid timeline is currently generating around 1300 divs, causing performance issues. Is there a way to style or interact with the empty nodes without rendering all of them?
I also want each cell to be clickable and change color on hover. Any suggestions on how to achieve this efficiently?