Fixed don't show all of #commandLineBar

This commit is contained in:
Hongarc 2018-12-02 13:22:17 +07:00
parent 283c88cac2
commit c9cb6c016f

View file

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