forked from ScoDoc/ScoDoc
Fix affiche coefs modules si tous nuls
This commit is contained in:
parent
ae2f8a97fd
commit
3bae99c5cd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user