diff --git a/site/src/components/TabPanel/index.tsx b/site/src/components/TabPanel/index.tsx index 7ea9fe8281..152e269575 100644 --- a/site/src/components/TabPanel/index.tsx +++ b/site/src/components/TabPanel/index.tsx @@ -31,8 +31,6 @@ const useStyles = makeStyles((theme) => ({ root: { minHeight: 400, marginBottom: theme.spacing(2), - // Prevents scrollbar jitter from long content - marginRight: "calc(-1 * (100vw - 100%))", }, inner: {