From cbd1c3e0be78db356cfb1666ea93b6f252cd91dd Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Fri, 8 Apr 2022 14:45:20 -0300 Subject: [PATCH] fix: Remove excessive margin on the right (#931) --- site/src/components/TabPanel/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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: {