🚑️(frontend) fix MailDomainsLayout
The content is not scrollable. We add an auto overflow to solve this problem
This commit is contained in:
committed by
Sabrina Demagny
parent
bbac34b62a
commit
5ac3454c5a
@@ -8,6 +8,10 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- 🚑️(frontend) fix MailDomainsLayout
|
||||||
|
|
||||||
## [1.4.0] - 2024-10-23
|
## [1.4.0] - 2024-10-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ export function MailDomainsLayout({ children }: PropsWithChildren) {
|
|||||||
<Box
|
<Box
|
||||||
$background={colorsTokens()['primary-bg']}
|
$background={colorsTokens()['primary-bg']}
|
||||||
$width="100%"
|
$width="100%"
|
||||||
|
$overflow="auto"
|
||||||
$height="inherit"
|
$height="inherit"
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user