1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-18 19:30:06 +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() const classes = useStyles()
return ( return (
<> <Box sx={{ width: '100%', typography: 'body1', marginTop: '50px' }}>
<br />
<br />
<br />
<Box sx={{ width: '100%', typography: 'body1' }}>
<TabContext value={tab}> <TabContext value={tab}>
<Box <Box
sx={{ sx={{
@@ -151,7 +147,6 @@ const Studio = () => {
</TabPanel> </TabPanel>
</TabContext> </TabContext>
</Box> </Box>
</>
) )
} }