Fix active pack indicator: change sidebar/pack-list overflow to visible so yellow frame and arrow show
This commit is contained in:
parent
0b2fe8fb1e
commit
0f1fcc1231
1 changed files with 2 additions and 2 deletions
|
|
@ -816,7 +816,7 @@ body.noselect, body.noselect * {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -857,7 +857,7 @@ body.noselect, body.noselect * {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inv-pack-icon {
|
.inv-pack-icon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue