Skip to content

Commit

Permalink
🚑️(frontend) fix MailDomainsLayout
Browse files Browse the repository at this point in the history
The content is not scrollable. We add an auto overflow to solve this problem
  • Loading branch information
PanchoutNathan authored and sdemagny committed Oct 23, 2024
1 parent bbac34b commit 5ac3454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [Unreleased]

### Fixed

- 🚑️(frontend) fix MailDomainsLayout

## [1.4.0] - 2024-10-23

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export function MailDomainsLayout({ children }: PropsWithChildren) {
<Box
$background={colorsTokens()['primary-bg']}
$width="100%"
$overflow="auto"
$height="inherit"
>
{children}
Expand Down

0 comments on commit 5ac3454

Please sign in to comment.