improvement: treatment UX fully overhauled.

This commit is contained in:
2026-07-13 01:03:26 +03:30
parent abf0371a5b
commit f28cd06615
27 changed files with 1370 additions and 212 deletions

View File

@@ -90,7 +90,7 @@ export default function DashboardLayout({ children }: { children: React.ReactNod
onOpenSidebar={() => setSidebarOpen(true)}
/>
<main className="p-3 sm:p-4 lg:p-6 flex-1 min-h-0 overflow-y-auto">
<main className="p-3 sm:p-4 lg:p-6 flex-1 min-h-0 overflow-y-auto overscroll-y-contain">
<div className="surface-panel p-3 sm:p-4 lg:p-6 min-w-0">
{children}
</div>