ограничение размеров варианта ответов, убрала лишний скролл
This commit is contained in:
parent
f907fdd006
commit
844cd8787b
@ -149,6 +149,7 @@ const VariantItem = ({
|
||||
: theme.palette.background.default,
|
||||
display: "flex",
|
||||
maxWidth: "685px",
|
||||
maxHeight: "85px",
|
||||
justifyContent: "space-between",
|
||||
width: "100%",
|
||||
"&.MuiFormControl-root": {
|
||||
|
||||
@ -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",
|
||||
}}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user