Fix portrait artifact bank clipping on iPad.

Remove inner scroll cap so all draggables stay reachable via page scroll in vertical layout.
This commit is contained in:
2026-06-11 10:12:02 -04:00
parent 89af525f22
commit b8d9418121
+2 -2
View File
@@ -493,8 +493,8 @@
@media (max-width: 52rem) { @media (max-width: 52rem) {
.artifact-bank__grid { .artifact-bank__grid {
max-height: 28rem; /* More columns in portrait — shorter bank, no inner scroll trap on iPad */
overflow-y: auto; grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
} }
} }