Skip to content

Commit

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

Expand Down

0 comments on commit 2ef841e

Please sign in to comment.