fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004

This commit is contained in:
Torkel Ödegaard
2015-10-22 12:33:42 -04:00
parent 3228c4f41a
commit 87715d6231

View File

@@ -26,7 +26,7 @@ function (angular, $) {
$scope.initPanelScope = function() {
$scope.row = {
height: ($(window).height() - 10) + 'px',
height: $(window).height() + 'px',
};
$scope.test = "Hej";