nitin42 / terminal-in-react

👨‍💻 A component that renders a terminal
http://terminal-in-react.surge.sh/
MIT License
2.12k stars 151 forks source link

remove scrollbar? #106

Closed aldwnesx closed 2 years ago

aldwnesx commented 2 years ago

image

aldwnesx commented 2 years ago

https://github.com/nitin42/terminal-in-react/issues/51

tried to override with

style={{ overflowX: "hidden", overflowY: "hidden", overflow: "hidden", }}