Skip to content

Commit

Permalink
fixup! fix(comments): add viewport specific max-height to editable co…
Browse files Browse the repository at this point in the history
…mment areas
  • Loading branch information
robinpyon committed Oct 18, 2023
1 parent c20aa9c commit ea121f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {Editable} from './Editable'
import {useUser} from 'sanity'

const EditableWrap = styled(Box)`
max-height: 30vh;
max-height: 20vh;
overflow-y: auto;
`

Expand Down

0 comments on commit ea121f3

Please sign in to comment.