fix: unclip burden meter label and fill
This commit is contained in:
parent
c3f5450e0d
commit
ca88f90476
2 changed files with 5 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue