Skip to content

Commit

Permalink
fix(progress): fix invisible inset shadow on default Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Jul 18, 2020
1 parent 8d13b5c commit 52a9f17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Progress/Progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const ProgressCutout = styled(Cutout)`
text-align: center;
padding: 0;
overflow: hidden;
&:before {
z-index: 1;
}
`;
const commonBarStyles = css`
width: calc(100% - 4px);
Expand Down

0 comments on commit 52a9f17

Please sign in to comment.