From 2bc1cd4717b587cd2b8ffccd723b62f888e61aa8 Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 27 Feb 2026 16:51:56 +0000 Subject: feat: soryu-co/soryu - makima: Fix orders page viewport-constrained layout with independent sidebar scrolling (#83) --- 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