Skip to content

Commit b8dab4e

Browse files
committed
fix(shell): prevent horizontal overflow scroll
1 parent 0d83a6c commit b8dab4e

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)