🚑️(frontend) fix MailDomainsLayout

The content is not scrollable. We add an auto overflow to solve this problem
This commit is contained in:
NathanPanchout
2024-10-23 21:27:26 +02:00
committed by Sabrina Demagny
parent bbac34b62a
commit 5ac3454c5a
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- 🚑️(frontend) fix MailDomainsLayout
## [1.4.0] - 2024-10-23
### Added

View File

@@ -16,6 +16,7 @@ export function MailDomainsLayout({ children }: PropsWithChildren) {
<Box
$background={colorsTokens()['primary-bg']}
$width="100%"
$overflow="auto"
$height="inherit"
>
{children}