diff --git a/src/App.css b/src/App.css index ee42aa3..5917fa2 100644 --- a/src/App.css +++ b/src/App.css @@ -493,8 +493,8 @@ @media (max-width: 52rem) { .artifact-bank__grid { - max-height: 28rem; - overflow-y: auto; + /* More columns in portrait — shorter bank, no inner scroll trap on iPad */ + grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr)); } }