Skip to content

Commit

Permalink
Merge pull request #302 from amikishiyev/fix-terminal
Browse files Browse the repository at this point in the history
Fix scrolling in web console terminal
  • Loading branch information
gsamokovarov committed Nov 2, 2020
2 parents eeaf847 + 676613b commit 788eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_console/templates/style.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
font-size: 11px;
width: 100%;
height: 100%;
overflow: none;
overflow: auto;
background: #333;
}

Expand Down

0 comments on commit 788eeba

Please sign in to comment.