Skip to content

Commit a5fc666

Browse files
authored
Merge pull request #24 from squaredev-io/fix/sibebar
Fix sidebar not opening in full width
2 parents 4eb57f7 + 35e66a9 commit a5fc666

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matte-ui",
3-
"version": "0.8.19",
3+
"version": "0.8.20",
44
"description": "Matte is a UI component library on top of MUI and other react libraries.",
55
"author": "Squaredev",
66
"license": "Apache-2.0",

src/components/layouts/layout.component.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const useStyles = makeStyles((theme: Theme) =>
6565
},
6666
drawerOpen: {
6767
transform: 'translateX(0)',
68+
width: drawerWidth,
6869
zIndex: theme.zIndex.drawer + 1,
6970
transition: theme.transitions.create(['transform'], {
7071
easing: theme.transitions.easing.sharp,

0 commit comments

Comments
 (0)