From 5ac3454c5a13c3071b4495025b87ca283cbc1ffc Mon Sep 17 00:00:00 2001 From: NathanPanchout Date: Wed, 23 Oct 2024 21:27:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F(frontend)=20fix=20MailDom?= =?UTF-8?q?ainsLayout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The content is not scrollable. We add an auto overflow to solve this problem --- CHANGELOG.md | 4 ++++ .../mail-domains/domains/components/MailDomainsLayout.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2121fb2..298d95fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Fixed + +- 🚑️(frontend) fix MailDomainsLayout + ## [1.4.0] - 2024-10-23 ### Added diff --git a/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainsLayout.tsx b/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainsLayout.tsx index b68405e11..e959a56bb 100644 --- a/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainsLayout.tsx +++ b/src/frontend/apps/desk/src/features/mail-domains/domains/components/MailDomainsLayout.tsx @@ -16,6 +16,7 @@ export function MailDomainsLayout({ children }: PropsWithChildren) { {children}