diff --git a/css/main.css b/css/main.css index 62f57d0b33731ce6e90147560348a2a052318cf6..273211a76ff88802cd0fb4beb245ee93acfe6388 100644 --- a/css/main.css +++ b/css/main.css @@ -603,6 +603,6 @@ label { #consoleSaveScript { height: 42px; - border-bottom-width: 0; + border-width: 0; border-radius: 0; } \ No newline at end of file diff --git a/js/menus/otherUI/Console.js b/js/menus/otherUI/Console.js index a73d0a021d2248db84101415d5fa42fb5739df8a..69ce6ddc35ce51d51719d5a234e41b226d9193fc 100644 --- a/js/menus/otherUI/Console.js +++ b/js/menus/otherUI/Console.js @@ -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(){