FSN#39090 Bij kleine lijsten in collapse blokken veroorzaakte dit scrollbalken, nu niet meer
svn path=/Website/branches/v2016.3/; revision=32502
This commit is contained in:
@@ -435,7 +435,7 @@ function showActions(event) // event op de mouseover van resultsettable
|
||||
var trHeight = $(this).outerHeight();
|
||||
var outBounds = $(window.parent).outerHeight() < $(window).outerHeight();
|
||||
var pageHeight = outBounds ? $(window.parent).outerHeight() : $(window).outerHeight();
|
||||
var dropDownHeight = $actiondiv.outerHeight() - 5;
|
||||
var dropDownHeight = $actiondiv.outerHeight();
|
||||
var scrollCorr = 0;
|
||||
|
||||
outsideFrame = $(window.frameElement).offset();
|
||||
|
||||
Reference in New Issue
Block a user