diff --git a/frontend/src/components/ShuffleCodeEditor.jsx b/frontend/src/components/ShuffleCodeEditor.jsx index d9a98111..e7c38087 100644 --- a/frontend/src/components/ShuffleCodeEditor.jsx +++ b/frontend/src/components/ShuffleCodeEditor.jsx @@ -459,7 +459,7 @@ const CodeEditor = (props) => { padding: 10, width: isMobile ? "100%" : 250, height: 95, - overflowY: 'scroll', + overflowY: 'auto', // textOverflow: 'ellipsis' }} >