#climateChart {
	min-width: 600px; /* Tvingar grafen att vara större än viewport */
}

@media (max-width: 768px) {
	#climateChartContainer {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}