Scrolling fix(switching from Utilityview to Tabview)
authorDarren <darren@darrenwhitlen.com>
Sun, 18 Sep 2011 17:28:06 +0000 (18:28 +0100)
committerDarren <darren@darrenwhitlen.com>
Sun, 18 Sep 2011 17:28:06 +0000 (18:28 +0100)
js/front.js

index bdaa8ef0b8f9b95d0730d759cded36048665587b..5dd49542181cb62742b3e8531fec62b5749bf967 100644 (file)
@@ -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();