diff --git a/src/components/progress-bar/progress-bar.styles.ts b/src/components/progress-bar/progress-bar.styles.ts index 2c8ad8c3d..ef48d5574 100644 --- a/src/components/progress-bar/progress-bar.styles.ts +++ b/src/components/progress-bar/progress-bar.styles.ts @@ -11,6 +11,9 @@ export default css` --label-color: rgb(var(--sl-color-neutral-0)); display: block; + } + + .progress-bar { position: relative; background-color: var(--track-color); height: var(--height);