fix: constrain item grid to 6-slot width, fix scroll chain
This commit is contained in:
parent
e7879c57fb
commit
66ff5f01fc
1 changed files with 5 additions and 1 deletions
|
|
@ -726,6 +726,7 @@ body.noselect, body.noselect * {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -940,8 +941,9 @@ body.noselect, body.noselect * {
|
||||||
.inv-item-section {
|
.inv-item-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 0;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
max-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inv-item-grid {
|
.inv-item-grid {
|
||||||
|
|
@ -957,6 +959,8 @@ body.noselect, body.noselect * {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
align-content: start;
|
align-content: start;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
|
box-sizing: content-box;
|
||||||
|
max-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inv-mana-panel {
|
.inv-mana-panel {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue