From 95470f48728c10e8f49c9018ab99df3a2dcf45c2 Mon Sep 17 00:00:00 2001 From: Guilhem Menuet Date: Wed, 10 May 2023 09:11:02 +0200 Subject: [PATCH] enhance layout for phone device --- src/components/Layout/Layout.tsx | 6 ++++-- src/components/ScaleSchema/ScaleSchema.styles.ts | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx index f8eded8..365c7f5 100644 --- a/src/components/Layout/Layout.tsx +++ b/src/components/Layout/Layout.tsx @@ -21,7 +21,9 @@ export const Layout: FC = () => { - + + + @@ -34,7 +36,7 @@ export const Layout: FC = () => { - + diff --git a/src/components/ScaleSchema/ScaleSchema.styles.ts b/src/components/ScaleSchema/ScaleSchema.styles.ts index 4060f0b..6972524 100644 --- a/src/components/ScaleSchema/ScaleSchema.styles.ts +++ b/src/components/ScaleSchema/ScaleSchema.styles.ts @@ -1,6 +1,7 @@ export default { root: { width: '100%', + overflow: 'auto', display: 'flex', flexDirection: 'row', },