jasonbio / reddit-shell

web based linux shell emulator that allows you to browse reddit via command line
https://redditshell.com/
GNU General Public License v3.0
432 stars 38 forks source link

Fixed a bug where users are unable to scroll #12

Closed nikwilliamson closed 6 years ago

nikwilliamson commented 6 years ago

Fixed a bug where users are unable to scroll.

Added body { height:100%; overflow-y:scroll; } to style.css

jasonbio commented 6 years ago

Opted to update to latest version of jQuery Terminal instead. You can see the changes in 7841b82

Thank you for the PR though regardless :)