From d5d6aca98a6d38acd4025af69d85c9151229a4aa Mon Sep 17 00:00:00 2001 From: HerringtonDarkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:09:15 -0500 Subject: [PATCH] fix: fix progress bar style --- src/webview/LoadingBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webview/LoadingBar.tsx b/src/webview/LoadingBar.tsx index d60c1869..cfebe72f 100644 --- a/src/webview/LoadingBar.tsx +++ b/src/webview/LoadingBar.tsx @@ -2,6 +2,7 @@ import * as stylex from '@stylexjs/stylex' const styles = stylex.create({ progressBar: { width: '100%', + flex: '0 0 auto', height: '6px', overflow: 'hidden', position: 'relative'