diff --git a/src/pages/StatementCreation.jsx b/src/pages/StatementCreation.jsx index 4ebbf38..21477af 100644 --- a/src/pages/StatementCreation.jsx +++ b/src/pages/StatementCreation.jsx @@ -479,16 +479,17 @@ function PairsPanel({ selectedObject, objectPairs, loadingPairs, onPairSaved }) - {/* Add pair form */} -
- -
+ {/* Scrollable body: form + pairs list together */} +
+
+ +
- {/* Existing pairs */} -
+ {/* Existing pairs */} +
{loadingPairs && (
{[1,2].map(i =>
)}