fix oRPC context, route for express

This commit is contained in:
Aman Varshney
2025-04-17 22:13:00 +05:30
parent b8c16d0610
commit 2a51f85989
4 changed files with 19 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ import StackArchitect from "../_components/StackArchitech";
export default function FullScreenStackArchitect() {
return (
<div className="flex h-svh flex-col bg-gradient-to-b from-white to-gray-50 dark:from-gray-950 dark:to-gray-900">
<div className="flex h-svh flex-col overflow-y-auto bg-gradient-to-b from-white to-gray-50 dark:from-gray-950 dark:to-gray-900">
<motion.div
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}