From 8536a3273964dac3cf9fbfff0804ac9a2d0849c6 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 18 Sep 2011 18:28:06 +0100 Subject: [PATCH] Scrolling fix(switching from Utilityview to Tabview) --- js/front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.25.1