Skip to content

Commit

Permalink
fix: fix progress bar style
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Feb 19, 2024
1 parent ebc4e28 commit d5d6aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webview/LoadingBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d5d6aca

Please sign in to comment.