diff options
Diffstat (limited to 'makima/frontend/src/routes')
| -rw-r--r-- | makima/frontend/src/routes/contracts.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/frontend/src/routes/contracts.tsx b/makima/frontend/src/routes/contracts.tsx index 6d838ab..7046f66 100644 --- a/makima/frontend/src/routes/contracts.tsx +++ b/makima/frontend/src/routes/contracts.tsx @@ -542,7 +542,7 @@ function ContractsPageContent() { </div> {/* Right: Detail or Create */} - <div className="flex-1 overflow-hidden flex flex-col"> + <div className="flex-1 overflow-hidden flex flex-col min-h-0"> {error && ( <div className="p-3 bg-red-400/10 border border-red-400/30 text-red-400 font-mono text-sm"> {error} |
