Przeglądaj źródła

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

Torkel Ödegaard 10 lat temu
rodzic
commit
87715d6231
1 zmienionych plików z 1 dodań i 1 usunięć
  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";