Commit 87715d62 by Torkel Ödegaard

fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd…

fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004
parent 3228c4f4
...@@ -26,7 +26,7 @@ function (angular, $) { ...@@ -26,7 +26,7 @@ function (angular, $) {
$scope.initPanelScope = function() { $scope.initPanelScope = function() {
$scope.row = { $scope.row = {
height: ($(window).height() - 10) + 'px', height: $(window).height() + 'px',
}; };
$scope.test = "Hej"; $scope.test = "Hej";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment