From 8ad02ea3f98fe5ed93dc33ca54c00bd74f15f3fb Mon Sep 17 00:00:00 2001 From: Vincent van der Wal Date: Sat, 1 Aug 2026 11:40:58 +0200 Subject: [PATCH] 100% width --- src/routes/weather/week/[location]/DailyStripSticky.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/routes/weather/week/[location]/DailyStripSticky.svelte b/src/routes/weather/week/[location]/DailyStripSticky.svelte index 1020dce..060ebbb 100644 --- a/src/routes/weather/week/[location]/DailyStripSticky.svelte +++ b/src/routes/weather/week/[location]/DailyStripSticky.svelte @@ -541,7 +541,10 @@ gap: var(--gap); /* fill the row so it overflows by exactly the past button, which starts scrolled out of view and is revealed by scrolling left — even when the - day cells alone wouldn't overflow (wide desktop viewports) */ + day cells alone wouldn't overflow (wide desktop viewports). content-box + so the parking padding below ADDS to the 100% instead of being absorbed + into it. */ + box-sizing: content-box; min-width: 100%; } /* Scroll containers clip at the PADDING edge, so a parked past button would