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:
parent
998abaad67
commit
75114e52f7
@ -13,6 +13,7 @@ const StyledFooter = styled('footer')(({ theme }) => ({
|
||||
flexGrow: 1,
|
||||
zIndex: 100,
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
overflowY: 'hidden',
|
||||
}));
|
||||
|
||||
const StyledList = styled(List)({
|
||||
|
@ -3,7 +3,7 @@
|
||||
exports[`should render DrawerMenu 1`] = `
|
||||
[
|
||||
<footer
|
||||
className="css-10ce49z"
|
||||
className="css-u2qlp3"
|
||||
>
|
||||
<div
|
||||
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`] = `
|
||||
[
|
||||
<footer
|
||||
className="css-10ce49z"
|
||||
className="css-u2qlp3"
|
||||
>
|
||||
<div
|
||||
className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-10 css-16chest-MuiGrid-root"
|
||||
|
Loading…
Reference in New Issue
Block a user