aboutsummaryrefslogtreecommitdiff
path: root/src/components/Forecast/OneHourForecast
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Forecast/OneHourForecast')
-rw-r--r--src/components/Forecast/OneHourForecast/OneHourForecast.svelte1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Forecast/OneHourForecast/OneHourForecast.svelte b/src/components/Forecast/OneHourForecast/OneHourForecast.svelte
index 062ffbd..9b66bd5 100644
--- a/src/components/Forecast/OneHourForecast/OneHourForecast.svelte
+++ b/src/components/Forecast/OneHourForecast/OneHourForecast.svelte
@@ -66,6 +66,7 @@
.prediction-table {
height: 100%;
overflow-y: scroll;
+ overflow-x: hidden;
padding-bottom: 1rem;
}