diff --git a/src/wrappers/GlobalWrapper.tsx b/src/wrappers/GlobalWrapper.tsx index c1c0a64..fad1b02 100644 --- a/src/wrappers/GlobalWrapper.tsx +++ b/src/wrappers/GlobalWrapper.tsx @@ -898,8 +898,8 @@ const GlobalWrapper: React.FC = ({ children, setTheme }) => { setShowDownloadModal(false); }} customStyles={{ - width: "370px", - height: "80%", + width: "400px", + height: "auto", backgroundColor: theme.palette.mode === "light" ? "#e8e8e8" : "#030d1a", position: "relative",