1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

fix: web component UI fix for studio scrolling

This commit is contained in:
Saad Jutt
2022-04-07 19:10:45 +05:00
parent 61080d4694
commit f257602834

View File

@@ -86,11 +86,7 @@ const Studio = () => {
const classes = useStyles()
return (
<>
<br />
<br />
<br />
<Box sx={{ width: '100%', typography: 'body1' }}>
<Box sx={{ width: '100%', typography: 'body1', marginTop: '50px' }}>
<TabContext value={tab}>
<Box
sx={{
@@ -151,7 +147,6 @@ const Studio = () => {
</TabPanel>
</TabContext>
</Box>
</>
)
}