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:
+2
-2
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user