fix: unclip burden meter label and fill

This commit is contained in:
Erik 2026-03-13 16:26:22 +01:00
parent c3f5450e0d
commit ca88f90476
2 changed files with 5 additions and 4 deletions

View file

@ -824,7 +824,7 @@ body.noselect, body.noselect * {
background: #060606;
border: 1px solid var(--ac-border-light);
position: relative;
overflow: hidden;
overflow: visible;
margin-bottom: 2px;
margin-top: 12px;
flex-shrink: 0;
@ -842,6 +842,7 @@ body.noselect, body.noselect * {
transition: height 0.3s ease;
z-index: 1;
display: block;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.inv-burden-fill.is-safe {