From 85cd6c2d4a874b14ac4a7197c7b1e94adea6c729 Mon Sep 17 00:00:00 2001 From: Tyler Jordan Wright Date: Fri, 23 Oct 2020 12:23:37 -0400 Subject: [PATCH] Removed class from the Toolbar component that was causing ItemBodyView to not be scrollable. --- src/components/ItemViewAppBar/ItemViewAppBar.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/ItemViewAppBar/ItemViewAppBar.js b/src/components/ItemViewAppBar/ItemViewAppBar.js index a517cb3..0dc081f 100644 --- a/src/components/ItemViewAppBar/ItemViewAppBar.js +++ b/src/components/ItemViewAppBar/ItemViewAppBar.js @@ -22,11 +22,8 @@ export default function ItemViewAppBar({ title, setSidebarOpen }){ }, appBarRoot: { width: "inherit", - position: "inherit" + }, - paddingToolbar: { - position: "absolute" - } })); const classes = useStyles(theme); @@ -55,7 +52,7 @@ export default function ItemViewAppBar({ title, setSidebarOpen }){ - + ); }