diff --git a/src/pages/ViewPublicationPage/questions/Variant.tsx b/src/pages/ViewPublicationPage/questions/Variant.tsx index 5eae93b6..12883911 100644 --- a/src/pages/ViewPublicationPage/questions/Variant.tsx +++ b/src/pages/ViewPublicationPage/questions/Variant.tsx @@ -149,6 +149,7 @@ const VariantItem = ({ : theme.palette.background.default, display: "flex", maxWidth: "685px", + maxHeight: "85px", justifyContent: "space-between", width: "100%", "&.MuiFormControl-root": { diff --git a/src/pages/main.tsx b/src/pages/main.tsx index 436a6031..8ebbf855 100755 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -128,7 +128,7 @@ export default function Main({ sidebar, header, footer, Page }: Props) { sx={{ background: theme.palette.background.default, width: "100%", - overflow: "auto", + // overflow: "auto", boxSizing: "border-box", }} >