Pārlūkot izejas kodu

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

Torkel Ödegaard 10 gadi atpakaļ
vecāks
revīzija
87715d6231
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      public/app/features/panel/soloPanelCtrl.js

+ 1 - 1
public/app/features/panel/soloPanelCtrl.js

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