mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004
This commit is contained in:
@@ -26,7 +26,7 @@ function (angular, $) {
|
||||
|
||||
$scope.initPanelScope = function() {
|
||||
$scope.row = {
|
||||
height: ($(window).height() - 10) + 'px',
|
||||
height: $(window).height() + 'px',
|
||||
};
|
||||
|
||||
$scope.test = "Hej";
|
||||
|
||||
Reference in New Issue
Block a user