Skip to content

Commit

Permalink
Issue 29997
Browse files Browse the repository at this point in the history
- Add potential fix
- Look up how to make a PR
- Trigger pipeline to verify fix
- Check if pipeline can be run locally
  • Loading branch information
sahdoon committed Sep 28, 2023
1 parent 87b6af8 commit ac6a3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export default function PersistentDrawerRight() {
sx={{
width: drawerWidth,
flexShrink: 0,
zIndex: !open ? -10 : null,
'& .MuiDrawer-paper': {
width: drawerWidth,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default function PersistentDrawerRight() {
sx={{
width: drawerWidth,
flexShrink: 0,
zIndex: !open ? -10 : null,
'& .MuiDrawer-paper': {
width: drawerWidth,
},
Expand Down

0 comments on commit ac6a3b7

Please sign in to comment.