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
pull/6827/head
Romano Licker 13 years ago
parent 87a2c02ff3
commit 78632e6723
  1. 1
      assets/stylesheets/master_backlog.css

@ -1,6 +1,7 @@
#rb #backlogs_container { #rb #backlogs_container {
width:100%; width:100%;
min-width: 950px; min-width: 950px;
overflow-y: auto;
} }
#rb #owner_backlogs_container { #rb #owner_backlogs_container {
float: right; float: right;

Loading…
Cancel
Save