1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: footer overflow (#7203)

This commit is contained in:
Mateusz Kwasniewski 2024-05-29 11:11:36 +02:00 committed by GitHub
parent 998abaad67
commit 75114e52f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ const StyledFooter = styled('footer')(({ theme }) => ({
flexGrow: 1, flexGrow: 1,
zIndex: 100, zIndex: 100,
backgroundColor: theme.palette.background.paper, backgroundColor: theme.palette.background.paper,
overflowY: 'hidden',
})); }));
const StyledList = styled(List)({ const StyledList = styled(List)({

View File

@ -3,7 +3,7 @@
exports[`should render DrawerMenu 1`] = ` exports[`should render DrawerMenu 1`] = `
[ [
<footer <footer
className="css-10ce49z" className="css-u2qlp3"
> >
<div <div
className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-10 css-16chest-MuiGrid-root" className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-10 css-16chest-MuiGrid-root"
@ -547,7 +547,7 @@ exports[`should render DrawerMenu 1`] = `
exports[`should render DrawerMenu with "features" selected 1`] = ` exports[`should render DrawerMenu with "features" selected 1`] = `
[ [
<footer <footer
className="css-10ce49z" className="css-u2qlp3"
> >
<div <div
className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-10 css-16chest-MuiGrid-root" className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-10 css-16chest-MuiGrid-root"