From: Darren Date: Sun, 18 Sep 2011 17:28:06 +0000 (+0100) Subject: Scrolling fix(switching from Utilityview to Tabview) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8536a3273964dac3cf9fbfff0804ac9a2d0849c6;p=KiwiIRC.git Scrolling fix(switching from Utilityview to Tabview) --- diff --git a/js/front.js b/js/front.js index bdaa8ef..5dd4954 100644 --- a/js/front.js +++ b/js/front.js @@ -1503,7 +1503,7 @@ Tabview.prototype.show = function () { w = $('#windows'); u = $('#kiwi .userlist'); - //w.css('overflow-y', 'scroll'); + this.panel.css('overflow-y', 'scroll'); // Set the window size accordingly this.setUserlistWidth();