소스 검색

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

Torkel Ödegaard 10 년 전
부모
커밋
87715d6231
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";