From 1df3f22f063dedf303fd8e6cd96e1cfa8f3105c2 Mon Sep 17 00:00:00 2001 From: GZTime Date: Fri, 14 Apr 2023 20:16:30 +0800 Subject: [PATCH] fix: writeup page scrollarea --- GZCTF/ClientApp/src/pages/admin/games/[id]/Writeups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GZCTF/ClientApp/src/pages/admin/games/[id]/Writeups.tsx b/GZCTF/ClientApp/src/pages/admin/games/[id]/Writeups.tsx index cdc1f76ee..b53a164ad 100644 --- a/GZCTF/ClientApp/src/pages/admin/games/[id]/Writeups.tsx +++ b/GZCTF/ClientApp/src/pages/admin/games/[id]/Writeups.tsx @@ -61,7 +61,7 @@ const GameWriteups: FC = () => { - + {writeups?.map((writeup) => (