fix: restore item grid scrollbar (was overflow-y: hidden)
This commit is contained in:
parent
f028e3421c
commit
50de20c5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ body.noselect, body.noselect * {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 1px solid var(--ac-border-light);
|
border: 1px solid var(--ac-border-light);
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: hidden;
|
overflow-y: auto;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
align-content: start;
|
align-content: start;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue