Skip to content

Commit

Permalink
Removed class from the Toolbar component that was causing ItemBodyVie…
Browse files Browse the repository at this point in the history
…w to not be scrollable.
  • Loading branch information
Tyler Jordan Wright committed Oct 23, 2020
1 parent adea1d9 commit 85cd6c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/ItemViewAppBar/ItemViewAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ export default function ItemViewAppBar({ title, setSidebarOpen }){
},
appBarRoot: {
width: "inherit",
position: "inherit"

},
paddingToolbar: {
position: "absolute"
}
}));
const classes = useStyles(theme);

Expand Down Expand Up @@ -55,7 +52,7 @@ export default function ItemViewAppBar({ title, setSidebarOpen }){
</Typography>
</Toolbar>
</AppBar>
<Toolbar classes={{root: classes.paddingToolbar}} variant="dense"/>
<Toolbar variant="dense"/>
</>
);
}
Expand Down

0 comments on commit 85cd6c2

Please sign in to comment.