From 2ef841e6a52f54802d036ee3dea60bd7e23e45a9 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 15 Oct 2020 21:16:46 -0400 Subject: [PATCH] Revert "Fix position of ItemViewAppBar" This reverts commit f0f0874a434da4dd88f8ab05f0cf3b4b191a2799. --- src/components/ItemViewAppBar/ItemViewAppBar.js | 1 + 1 file changed, 1 insertion(+) 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" } }));