From a1b7c128218c7150744a7ef15a3a74c22341f354 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Mon, 13 May 2024 09:30:43 +0200 Subject: [PATCH] fixed scroll bars on chrome --- components/DailyCard/CardContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DailyCard/CardContainer.tsx b/components/DailyCard/CardContainer.tsx index 2b9ea93..0c6a486 100644 --- a/components/DailyCard/CardContainer.tsx +++ b/components/DailyCard/CardContainer.tsx @@ -4,7 +4,7 @@ import DailyCard from "./DailyCard"; export default function CardContainer(props: { weather: Forecast }) { const weather = props.weather; return ( -
+
{weather.daily && weather.daily.apparent_temperature_max.map( (temp, index) =>