From 42f1c75603fec66bdfec2bfce44bf3ed898b6583 Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Fri, 31 Oct 2025 16:04:23 +0400 Subject: [PATCH] fix: scrollable table in tags table for mobiles --- src/app/tags/components/PageBody/PageBody.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/tags/components/PageBody/PageBody.tsx b/src/app/tags/components/PageBody/PageBody.tsx index 1d89f44..402551c 100644 --- a/src/app/tags/components/PageBody/PageBody.tsx +++ b/src/app/tags/components/PageBody/PageBody.tsx @@ -19,10 +19,14 @@ const PageBody = () => { return ( - + - +
+ +
);