Merge pull request #407 from ser-dev/master

Fix for #406: scroll for the terminal in Firefox
This commit is contained in:
Peter Cottle 2017-02-12 17:06:13 -08:00 committed by GitHub
commit 5545e7f94c

View file

@ -558,6 +558,7 @@ p.commandLine span.prompt {
}
#commandLineHistory {
height: 100%;
margin: 10px;
border-radius: 5px;
box-shadow: 1px 0px 15px rgba(100, 100, 100, 1);