We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc4e28 commit d5d6acaCopy full SHA for d5d6aca
src/webview/LoadingBar.tsx
@@ -2,6 +2,7 @@ import * as stylex from '@stylexjs/stylex'
2
const styles = stylex.create({
3
progressBar: {
4
width: '100%',
5
+ flex: '0 0 auto',
6
height: '6px',
7
overflow: 'hidden',
8
position: 'relative'
0 commit comments