Skip to content

Commit

Permalink
chore(CollabHistory): update css: 1. prosemirror editor to be scrolla…
Browse files Browse the repository at this point in the history
…ble 2. do not shrink versions width
  • Loading branch information
nonumpa committed Sep 7, 2023
1 parent 9a28a41 commit faf31f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Collaborate/CollabHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const useStyles = makeStyles(theme => ({
border: `1px solid ${theme.palette.secondary[200]}`,
marginBottom: 16,
flexGrow: 1,
overflow: 'auto',
},
modal: {
display: 'flex',
Expand All @@ -31,6 +32,7 @@ const useStyles = makeStyles(theme => ({
padding: 20,
},
modalSideBar: {
flex: 'none',
display: 'flex',
flexDirection: 'column',
width: 200,
Expand Down

0 comments on commit faf31f5

Please sign in to comment.