Skip to content

Commit

Permalink
fix: context sidebar min width
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 10, 2021
1 parent deb2fbc commit 3d12989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/src/ThemeContext/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ export const theme: ControlsTheme = {
overflowX: 'hidden',
position: 'sticky',
top: '4.5rem',
minWidth: '150px',
maxWidth: '300px',
overflowY: 'auto',
backgroundColor: 'background',
Expand Down

0 comments on commit 3d12989

Please sign in to comment.