Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbd1c3e

Browse files
fix: Remove excessive margin on the right (#931)
1 parent 35a0acc commit cbd1c3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/components/TabPanel/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ const useStyles = makeStyles((theme) => ({
3131
root: {
3232
minHeight: 400,
3333
marginBottom: theme.spacing(2),
34-
// Prevents scrollbar jitter from long content
35-
marginRight: "calc(-1 * (100vw - 100%))",
3634
},
3735

3836
inner: {

0 commit comments

Comments
 (0)