{creationTxHash || 'Unknown'}
diff --git a/ExplorerFrontend/app/layout.tsx b/ExplorerFrontend/app/layout.tsx
index 6528838..b41fac4 100644
--- a/ExplorerFrontend/app/layout.tsx
+++ b/ExplorerFrontend/app/layout.tsx
@@ -125,7 +125,12 @@ export default function RootLayout({ children }: RootLayoutProps): JSX.Element {
-
+ {/* min-w-0 is load-bearing: without it this flex item refuses to
+ shrink below its content's intrinsic width (flexbox min-width:
+ auto), so any wide table or long unbroken hash stretches the
+ whole page beyond the mobile viewport instead of scrolling
+ inside its own overflow-x-auto container. */}
+