From 6e87fda2f3c4b2111a03ff502edafdab9a9a596a Mon Sep 17 00:00:00 2001 From: soryu Date: Thu, 26 Feb 2026 16:41:48 +0000 Subject: feat: soryu-co/soryu - makima: Fix orders page viewport-constrained layout with independent sidebar scrolling --- makima/frontend/src/routes/orders.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/makima/frontend/src/routes/orders.tsx b/makima/frontend/src/routes/orders.tsx index deca77f..aa14e68 100644 --- a/makima/frontend/src/routes/orders.tsx +++ b/makima/frontend/src/routes/orders.tsx @@ -34,7 +34,7 @@ export default function OrdersPage() { if (authLoading) { return ( -
+

Loading...

@@ -109,11 +109,11 @@ export default function OrdersPage() { ]; return ( -
+
-
+
{/* Left: List */} -
+
{/* Right: Detail or Create */} -
+
{showCreate ? ( -
+

New Order

-- cgit v1.2.3