Sfoglia il codice sorgente

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

Torkel Ödegaard 10 anni fa
parent
commit
87715d6231
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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";