Skip to content

Commit

Permalink
Add a scrollbar to tag stats in case of overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Jan 6, 2022
1 parent 874b7cb commit f41dd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/stats.html.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
<div class="collapsible-body">
<div id="tagList"
style="max-width: 80vw; display: flex; height:calc(2048px - 25vw); flex-direction: column; flex-wrap:wrap; align-items:flex-start">
style="max-width: 80vw; display: flex; height:calc(2048px - 25vw); flex-direction: column; flex-wrap:wrap; align-items:flex-start; overflow:auto">
</div><br>
(These statistics only show tags that appear at least twice in your database.)
</div>
Expand Down

0 comments on commit f41dd83

Please sign in to comment.