From 78632e6723a2c3d0e8a129be0cea7cdc54a01edf Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Wed, 25 Apr 2012 10:54:57 +0200 Subject: [PATCH] fixes dragging offset in firefox when scrolling to the end of the page this is a jquery core issue which still needs to be fixed this is the suggested hotfix for the problem the problem can be tracked here: http://bugs.jqueryui.com/ticket/3740 --- assets/stylesheets/master_backlog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/master_backlog.css b/assets/stylesheets/master_backlog.css index 35f9b17a35..b4cf151533 100644 --- a/assets/stylesheets/master_backlog.css +++ b/assets/stylesheets/master_backlog.css @@ -1,6 +1,7 @@ #rb #backlogs_container { width:100%; min-width: 950px; + overflow-y: auto; } #rb #owner_backlogs_container { float: right;