From fa6a52d20debe3a70165025b39964f2fade035cf Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Tue, 27 Oct 2015 01:33:40 -0400 Subject: [PATCH] styling --- css/main.css | 2 +- js/menus/otherUI/Console.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 62f57d0b..273211a7 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 a73d0a02..69ce6ddc 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(){ -- GitLab