zackargyle / react-bash

A configurable/extendable bash terminal React component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glitch when scrolling

winkler1 opened this issue · comments

When bottom of the terminal window is reached, the white background scrolls up-

image

Looks like a bug for sure! Probably from when I added support for themes. I think all we need to do is add "overflowY: scroll" to the style object. Would you like to be the one to contribute? 😁

Fixed in #c2b214b3bdc0852cca52bfc61a1b2bb5fd98c889

@zackargyle are you sure this got fixed?.. Just tried it tonight 😬

image

Yup! Just hadn't pushed it to the gh-pages demo branch :) Pushed it now.