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:
2017-01-23 16:20:36 +00:00
parent 44d03e2914
commit e1a32e0917

View File

@@ -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();