Skip to content
Snippets Groups Projects
Commit fa6a52d2 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

styling

parent a7296944
No related branches found
No related tags found
No related merge requests found
......@@ -603,6 +603,6 @@ label {
#consoleSaveScript {
height: 42px;
border-bottom-width: 0;
border-width: 0;
border-radius: 0;
}
\ No newline at end of file
......@@ -67,7 +67,7 @@ define(['jquery', 'underscore', 'backbone', 'appState'], function($, _, Backbone
var height = $output.height();
$output.append(html);
$output.height(height);
$output.scrollTop($output.scrollTop()+$output.innerHeight());
$output.scrollTop($output[0].scrollHeight);
},
_show: function(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment