summaryrefslogtreecommitdiff
path: root/makima/frontend/src/routes
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-17 19:40:53 +0000
committerGitHub <noreply@github.com>2026-02-17 19:40:53 +0000
commit720ebdac2f64ce18e1de68d070cd3fe46f44547c (patch)
tree58b0be6c0c137e23730dde5434469ef33a2a0525 /makima/frontend/src/routes
parent482bed06b470a12347461ee2254ea1ad41f36aaf (diff)
downloadsoryu-720ebdac2f64ce18e1de68d070cd3fe46f44547c.tar.gz
soryu-720ebdac2f64ce18e1de68d070cd3fe46f44547c.zip
feat: soryu-co/soryu - makima: Fix PR creation to update base branch and prevent merge conflicts (#71)
Diffstat (limited to 'makima/frontend/src/routes')
-rw-r--r--makima/frontend/src/routes/contracts.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/frontend/src/routes/contracts.tsx b/makima/frontend/src/routes/contracts.tsx
index 7046f66..b85d667 100644
--- a/makima/frontend/src/routes/contracts.tsx
+++ b/makima/frontend/src/routes/contracts.tsx
@@ -522,7 +522,7 @@ function ContractsPageContent() {
);
return (
- <div className="relative z-10 min-h-screen flex flex-col bg-[#0a1628]">
+ <div className="relative z-10 h-screen flex flex-col overflow-hidden bg-[#0a1628]">
<Masthead showNav />
<main className="flex-1 flex overflow-hidden" style={{ height: "calc(100vh - 80px)" }}>
{/* Left: Contract list */}