From ddf0ac1bb5f1862486f6e5b713c0396290535c3d Mon Sep 17 00:00:00 2001 From: christina Date: Mon, 16 Nov 2020 17:50:51 -0500 Subject: [PATCH] Remove unneeded styles --- client/lib/layout/create/create-drawer.jsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/client/lib/layout/create/create-drawer.jsx b/client/lib/layout/create/create-drawer.jsx index 607e5a8..73fb2ee 100644 --- a/client/lib/layout/create/create-drawer.jsx +++ b/client/lib/layout/create/create-drawer.jsx @@ -6,17 +6,6 @@ import h from "../../helpers"; import CreateContent from "./create-content"; const useStyles = makeStyles(() => ({ - root: { - // position: "fixed", - // bottom: "10px", - // right: "20px", - // zIndex: 1000 - }, - drawer: { - // width: "100%", - // height: "100%", - // flexShrink: 0, - }, drawerPaper: { width: "100%", height: "100%",