Skip to content

Commit d5d6aca

Browse files
fix: fix progress bar style
1 parent ebc4e28 commit d5d6aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webview/LoadingBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as stylex from '@stylexjs/stylex'
22
const styles = stylex.create({
33
progressBar: {
44
width: '100%',
5+
flex: '0 0 auto',
56
height: '6px',
67
overflow: 'hidden',
78
position: 'relative'

0 commit comments

Comments
 (0)