Fix buttons stuck at bottom - adjust content scrolling layout
cgen-6d9168fbf1874f89a4fd74e43b1b4a6e
This commit is contained in:
parent
c4c05e5cbf
commit
e20bb32882
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ export default function ArmSwitcherModal({
|
|||
</div>
|
||||
|
||||
{/* Content */}
|
||||
<div className="overflow-y-auto px-4 sm:px-6 py-8 sm:py-6 flex items-center justify-center flex-1 min-h-0">
|
||||
<div className="overflow-y-auto px-4 sm:px-6 py-8 sm:py-6 flex flex-col items-center justify-start flex-1 min-h-0">
|
||||
{!selectedArm ? (
|
||||
// Arm Grid - Minimal
|
||||
<div className="w-full max-w-sm space-y-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue