Skip to content

Commit

Permalink
Set progress height to 100% in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyBoo committed Feb 27, 2022
1 parent 1c1e4d9 commit 9793692
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@

& > progress {
width: 100%;
height: 100%;
background-color: transparent;
color: var(--primary);
border-style: solid;
Expand Down

0 comments on commit 9793692

Please sign in to comment.