mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Merge pull request #51 from akshatnitd/scroll-bar
Fixes #44 : Update CodeEditor to display the complete content
This commit is contained in:
@@ -131,6 +131,9 @@ class CodeEditor extends Component {
|
||||
'& pre.prism-code[contenteditable]': {
|
||||
maxHeight: '280px !important',
|
||||
outline: 0,
|
||||
overflow : 'auto',
|
||||
marginRight: '0 !important',
|
||||
marginBottom: '0 !important',
|
||||
},
|
||||
}}
|
||||
className="gatsby-highlight">
|
||||
|
||||
Reference in New Issue
Block a user