Skip to content

Commit

Permalink
Merge pull request #24 from squaredev-io/fix/sibebar
Browse files Browse the repository at this point in the history
Fix sidebar not opening in full width
  • Loading branch information
gcharis authored Sep 23, 2021
2 parents 4eb57f7 + 35e66a9 commit a5fc666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matte-ui",
"version": "0.8.19",
"version": "0.8.20",
"description": "Matte is a UI component library on top of MUI and other react libraries.",
"author": "Squaredev",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/layouts/layout.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const useStyles = makeStyles((theme: Theme) =>
},
drawerOpen: {
transform: 'translateX(0)',
width: drawerWidth,
zIndex: theme.zIndex.drawer + 1,
transition: theme.transitions.create(['transform'], {
easing: theme.transitions.easing.sharp,
Expand Down

0 comments on commit a5fc666

Please sign in to comment.