Fixed addTask drawer width on desktop

This commit is contained in:
Dmitriy Shishkov 2021-10-17 22:17:23 +03:00
parent 78c980dac1
commit 5a7a2f00e4
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060

View File

@ -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",
}}