🚑️(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]
|
||||
|
||||
### Fixed
|
||||
|
||||
- 🚑️(frontend) fix MailDomainsLayout
|
||||
|
||||
## [1.4.0] - 2024-10-23
|
||||
|
||||
### Added
|
||||
|
||||
@@ -16,6 +16,7 @@ export function MailDomainsLayout({ children }: PropsWithChildren) {
|
||||
<Box
|
||||
$background={colorsTokens()['primary-bg']}
|
||||
$width="100%"
|
||||
$overflow="auto"
|
||||
$height="inherit"
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user