проблема со скроллом

This commit is contained in:
Nikolai 2022-09-10 21:39:16 +03:00
parent 2b81f2ba92
commit da8a296e6d
2 changed files with 5 additions and 4 deletions

@ -9,10 +9,11 @@ const Content: React.FC = () => {
<React.Fragment>
<Box sx={{
width: "100%",
height: "100%",
height: "calc(100vh - 85px)",
display: "flex",
flexDirection: "column",
alignItems: "center"
alignItems: "center",
overflowY: "scroll"
}}>
<Users />
</Box>

@ -22,7 +22,7 @@ const Users: React.FC = () => {
variant="caption"
sx={{
width: "90%",
height: "60px",
height: "1660px",
display: "flex",
flexDirection: "column",
justifyContent: "center",
@ -248,7 +248,7 @@ const Users: React.FC = () => {
backgroundColor: theme.palette.content.main
}
}}>
СБРОСИТЬ
СБРОСИТЬ
</Button>
</Box>
</Box>