From f0f0874a434da4dd88f8ab05f0cf3b4b191a2799 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 15 Oct 2020 15:41:59 -0400 Subject: [PATCH] Fix position of ItemViewAppBar --- src/components/ItemViewAppBar/ItemViewAppBar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ItemViewAppBar/ItemViewAppBar.js b/src/components/ItemViewAppBar/ItemViewAppBar.js index 670828b..882399c 100644 --- a/src/components/ItemViewAppBar/ItemViewAppBar.js +++ b/src/components/ItemViewAppBar/ItemViewAppBar.js @@ -20,7 +20,6 @@ export default function ItemViewAppBar({ title, theme, setSidebarOpen }) { }, appBarRoot: { width: "inherit", - position: "inherit" } }));