🚑️(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
@@ -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