fix: restore item grid scrollbar (was overflow-y: hidden)

This commit is contained in:
Erik 2026-03-13 20:09:14 +01:00
parent f028e3421c
commit 50de20c5a7

View file

@ -954,7 +954,7 @@ body.noselect, body.noselect * {
padding: 4px;
border: 1px solid var(--ac-border-light);
flex: 1;
overflow-y: hidden;
overflow-y: auto;
min-height: 0;
align-content: start;
justify-content: start;