fix: cap sidebar height to paperdoll, scroll pack list
This commit is contained in:
parent
83deb20a7f
commit
f028e3421c
1 changed files with 6 additions and 2 deletions
|
|
@ -822,9 +822,10 @@ body.noselect, body.noselect * {
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
margin-right: 6px;
|
||||
max-height: 264px;
|
||||
}
|
||||
|
||||
.inv-burden-bar {
|
||||
|
|
@ -864,6 +865,8 @@ body.noselect, body.noselect * {
|
|||
align-items: center;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.inv-pack-icon {
|
||||
|
|
@ -2321,7 +2324,8 @@ table.ts-allegiance td:first-child {
|
|||
.inv-sidebar {
|
||||
width: 52px !important;
|
||||
align-items: center !important;
|
||||
overflow: visible !important;
|
||||
overflow: hidden !important;
|
||||
max-height: 264px !important;
|
||||
}
|
||||
|
||||
.inv-pack-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue