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 Aug 10, 2023
1 parent 9a28a41 commit 040a523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 All @@ -39,7 +41,6 @@ const useStyles = makeStyles(theme => ({
modalMain: {
display: 'flex',
flexDirection: 'column',
flexGrow: 1,
padding: 4,
},
modalClose: {
Expand Down

0 comments on commit 040a523

Please sign in to comment.