Skip to content

Commit 52a9f17

Browse files
committed
fix(progress): fix invisible inset shadow on default Progress
1 parent 8d13b5c commit 52a9f17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Progress/Progress.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ const ProgressCutout = styled(Cutout)`
1919
text-align: center;
2020
padding: 0;
2121
overflow: hidden;
22+
&:before {
23+
z-index: 1;
24+
}
2225
`;
2326
const commonBarStyles = css`
2427
width: calc(100% - 4px);

0 commit comments

Comments
 (0)