Skip to content

Commit 547ca58

Browse files
authored
fix(compass-shell): set width of compass shell to avoid overflow COMPASS-6411 (#3945)
1 parent 8028e3a commit 547ca58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-shell/src/components/compass-shell/compass-shell.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const compassShellStyles = css(
2424
flexBasis: 'auto',
2525
position: 'relative',
2626
flexDirection: 'column',
27+
width: '100vw',
2728
},
2829
getScrollbarStyles(true /* Always show dark mode. */)
2930
);

0 commit comments

Comments
 (0)