Skip to content

Commit

Permalink
Keep on scrolling down the console as you type
Browse files Browse the repository at this point in the history
Setting the `.console-inner` overflow will not scroll down to the next
line as new output is coming. We wanna see the new output, rather than
force the user scroll manually.
  • Loading branch information
gsamokovarov committed Nov 5, 2020
1 parent 5451b57 commit edcd864
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: auto;
overflow: unset;
background: #333;
}

Expand Down

0 comments on commit edcd864

Please sign in to comment.