Fixed addTask drawer width on desktop
This commit is contained in:
parent
78c980dac1
commit
5a7a2f00e4
@ -34,6 +34,8 @@ export const AddTask: React.FC = () => {
|
||||
"& .MuiDrawer-paperAnchorBottom": {
|
||||
overflowY: "visible",
|
||||
padding: (theme) => theme.spacing(0, 2, 2, 2),
|
||||
maxWidth: "100vh",
|
||||
margin: "0 auto",
|
||||
},
|
||||
position: "relative",
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user