From ea4f2454677a1b86927ca66cbdcd7a10f447062b Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Sat, 28 Feb 2026 19:07:27 +0200 Subject: [PATCH] fix(registratura): disable horizontal scroll on detail sheet ScrollArea Radix ScrollArea Viewport allows horizontal scroll by default, causing NAS attachment cards to extend beyond the sheet edge. Override viewport overflow-x to hidden and move px-6 padding inside the content div so the viewport constrains content width properly. --- src/modules/registratura/components/registry-entry-detail.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/registratura/components/registry-entry-detail.tsx b/src/modules/registratura/components/registry-entry-detail.tsx index 91a9f0e..f6f8e84 100644 --- a/src/modules/registratura/components/registry-entry-detail.tsx +++ b/src/modules/registratura/components/registry-entry-detail.tsx @@ -218,8 +218,8 @@ export function RegistryEntryDetail({ - -
+ +
{/* ── Status row ── */}