Skip to content

Commit eccef3f

Browse files
authored
fix(shell): prevent horizontal overflow scroll COMPASS-9418 (#6978)
1 parent ab6df08 commit eccef3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const compassShellStyles = css(
3030
flexBasis: 'auto',
3131
position: 'relative',
3232
flexDirection: 'column',
33-
width: '100vw',
33+
width: '100%',
3434
},
3535
getScrollbarStyles(true /* Always show dark mode. */)
3636
);

0 commit comments

Comments
 (0)