diff --git a/src/components/ItemViewAppBar/ItemViewAppBar.js b/src/components/ItemViewAppBar/ItemViewAppBar.js index 882399c..670828b 100644 --- a/src/components/ItemViewAppBar/ItemViewAppBar.js +++ b/src/components/ItemViewAppBar/ItemViewAppBar.js @@ -20,6 +20,7 @@ export default function ItemViewAppBar({ title, theme, setSidebarOpen }) { }, appBarRoot: { width: "inherit", + position: "inherit" } }));