From 21d0b31013fae65874375e833a9c61da238c9efd Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Tue, 9 Apr 2024 20:34:21 +0200 Subject: [PATCH] fix : analysis panel overflow on safari --- src/pages/index.tsx | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a25292d..3ab40db 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -44,8 +44,6 @@ export default function GameReport() { - {isLgOrGreater ? : } + + {isLgOrGreater ? : } - + - + - + - + - {isLgOrGreater ? : } + {isLgOrGreater ? : } + );