ограничение размеров варианта ответов, убрала лишний скролл

This commit is contained in:
Tamara 2024-01-05 11:54:44 +03:00
parent f907fdd006
commit 844cd8787b
2 changed files with 2 additions and 1 deletions

@ -149,6 +149,7 @@ const VariantItem = ({
: theme.palette.background.default, : theme.palette.background.default,
display: "flex", display: "flex",
maxWidth: "685px", maxWidth: "685px",
maxHeight: "85px",
justifyContent: "space-between", justifyContent: "space-between",
width: "100%", width: "100%",
"&.MuiFormControl-root": { "&.MuiFormControl-root": {

@ -128,7 +128,7 @@ export default function Main({ sidebar, header, footer, Page }: Props) {
sx={{ sx={{
background: theme.palette.background.default, background: theme.palette.background.default,
width: "100%", width: "100%",
overflow: "auto", // overflow: "auto",
boxSizing: "border-box", boxSizing: "border-box",
}} }}
> >