From 492ba2561f4db3215e1ed54d98c9e95d7d84deaa Mon Sep 17 00:00:00 2001 From: Patrick Kissling Date: Tue, 10 Oct 2023 16:11:34 +0200 Subject: [PATCH] Specify left and right in css to prevent bar overflow --- src/styles.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles.ts b/src/styles.ts index 66c283db..9e485208 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -87,6 +87,8 @@ export default css` } forecast-temperature-bar-background { + left: 0%; + right: 100%; width: 100%; opacity: 0.25; background: var(--light-primary-color);