Made auto scroll

This commit is contained in:
gohil-jay
2022-03-25 18:50:22 +05:30
parent 6ada7b69f1
commit 25519b1ecc
@@ -459,7 +459,7 @@ const CodeEditor = (props) => {
padding: 10,
width: isMobile ? "100%" : 250,
height: 95,
overflowY: 'scroll',
overflowY: 'auto',
// textOverflow: 'ellipsis'
}}
>