Skip to content

Commit

Permalink
Remove disallowed min attribute from progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Nov 2, 2024
1 parent aa8e7b1 commit 121656b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@
></div>

<div class="detailImageProgressContainer">
<progress
class="itemProgressBar"
min="0"
max="100"
></progress>
<progress class="itemProgressBar" max="100"></progress>
</div>
</div>

Expand Down

0 comments on commit 121656b

Please sign in to comment.