diff --git a/packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx b/packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx index 679929a9d0b..967981057f2 100644 --- a/packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx +++ b/packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx @@ -30,7 +30,7 @@ const compassShellStyles = css( flexBasis: 'auto', position: 'relative', flexDirection: 'column', - width: '100vw', + width: '100%', }, getScrollbarStyles(true /* Always show dark mode. */) );