Fix affiche coefs modules si tous nuls

This commit is contained in:
Emmanuel Viennet 2022-10-25 17:56:19 +02:00
parent ae2f8a97fd
commit 3bae99c5cd
1 changed files with 1 additions and 1 deletions

View File

@ -1752,7 +1752,7 @@ div#modimpl_coefs {
}
.coefs_histo>div {
--height: calc(32px * var(--coef) / var(--max));
--height: calc(32px * var(--coef) / max(var(--max), 1));
height: var(--height);
padding: var(--height) 4px 0 4px;
background: #09c;