Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Remove unneeded styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxtina committed Nov 16, 2020
1 parent 3ef9151 commit ddf0ac1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions client/lib/layout/create/create-drawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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%",
Expand Down

0 comments on commit ddf0ac1

Please sign in to comment.