Skip to content

Commit

Permalink
Fix position of ItemViewAppBar
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 15, 2020
1 parent 673076d commit f0f0874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ItemViewAppBar/ItemViewAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function ItemViewAppBar({ title, theme, setSidebarOpen }) {
},
appBarRoot: {
width: "inherit",
position: "inherit"
}
}));

Expand Down

0 comments on commit f0f0874

Please sign in to comment.